Skip to content

Commit 8f0b41a

Browse files
committed
Updated package descriptions and solution file
1 parent 9defe53 commit 8f0b41a

3 files changed

Lines changed: 17 additions & 21 deletions

File tree

bunit.sln

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".items", ".items", "{A5D7B6
1414
EndProject
1515
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9A2B3B34-D41C-43E8-BC7D-246BEBE48D59}"
1616
ProjectSection(SolutionItems) = preProject
17+
src\.editorconfig = src\.editorconfig
1718
src\Directory.Build.props = src\Directory.Build.props
1819
EndProjectSection
1920
EndProject
2021
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6EA09ED4-B714-4E6F-B0E1-4D987F8AE520}"
2122
ProjectSection(SolutionItems) = preProject
23+
tests\.editorconfig = tests\.editorconfig
2224
tests\Directory.Build.props = tests\Directory.Build.props
2325
tests\run-tests.ps1 = tests\run-tests.ps1
2426
EndProjectSection
@@ -41,14 +43,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bunit.web", "src\bunit.web\
4143
EndProject
4244
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bunit.template", "src\bunit.template\bunit.template.csproj", "{6127D121-9387-451B-B15D-8350A32D3001}"
4345
EndProject
44-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bunit.xunit", "src\bunit.xunit\bunit.xunit.csproj", "{4B9836A3-719E-49B2-BECC-871FC7415EDA}"
45-
EndProject
4646
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bunit.web.tests", "tests\bunit.web.tests\bunit.web.tests.csproj", "{FC122F63-8B22-4BAE-B96A-7AF3194CD204}"
4747
EndProject
48-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bunit.xunit.tests", "tests\bunit.xunit.tests\bunit.xunit.tests.csproj", "{8F3E8512-12DC-465C-9039-7393358B58B6}"
49-
EndProject
5048
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bunit.testassets", "tests\bunit.testassets\bunit.testassets.csproj", "{7972A80F-30DC-4EF4-9294-7D4DD2965882}"
5149
EndProject
50+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bunit.web.testcomponents", "src\bunit.web.testcomponents\bunit.web.testcomponents.csproj", "{F61B8A55-3B5B-45FB-8E38-DBF9296B35C7}"
51+
EndProject
52+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bunit.web.testcomponents.tests", "tests\bunit.web.testcomponents.tests\bunit.web.testcomponents.tests.csproj", "{4CAB561E-0AFF-4516-AB9B-981F94EF1E86}"
53+
EndProject
5254
Global
5355
GlobalSection(SolutionConfigurationPlatforms) = preSolution
5456
Debug|Any CPU = Debug|Any CPU
@@ -71,22 +73,22 @@ Global
7173
{C91AE830-FFB5-49A9-A604-3F68B44EBCDC}.Release|Any CPU.Build.0 = Release|Any CPU
7274
{6127D121-9387-451B-B15D-8350A32D3001}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
7375
{6127D121-9387-451B-B15D-8350A32D3001}.Release|Any CPU.ActiveCfg = Release|Any CPU
74-
{4B9836A3-719E-49B2-BECC-871FC7415EDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
75-
{4B9836A3-719E-49B2-BECC-871FC7415EDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
76-
{4B9836A3-719E-49B2-BECC-871FC7415EDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
77-
{4B9836A3-719E-49B2-BECC-871FC7415EDA}.Release|Any CPU.Build.0 = Release|Any CPU
7876
{FC122F63-8B22-4BAE-B96A-7AF3194CD204}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
7977
{FC122F63-8B22-4BAE-B96A-7AF3194CD204}.Debug|Any CPU.Build.0 = Debug|Any CPU
8078
{FC122F63-8B22-4BAE-B96A-7AF3194CD204}.Release|Any CPU.ActiveCfg = Release|Any CPU
8179
{FC122F63-8B22-4BAE-B96A-7AF3194CD204}.Release|Any CPU.Build.0 = Release|Any CPU
82-
{8F3E8512-12DC-465C-9039-7393358B58B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
83-
{8F3E8512-12DC-465C-9039-7393358B58B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
84-
{8F3E8512-12DC-465C-9039-7393358B58B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
85-
{8F3E8512-12DC-465C-9039-7393358B58B6}.Release|Any CPU.Build.0 = Release|Any CPU
8680
{7972A80F-30DC-4EF4-9294-7D4DD2965882}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
8781
{7972A80F-30DC-4EF4-9294-7D4DD2965882}.Debug|Any CPU.Build.0 = Debug|Any CPU
8882
{7972A80F-30DC-4EF4-9294-7D4DD2965882}.Release|Any CPU.ActiveCfg = Release|Any CPU
8983
{7972A80F-30DC-4EF4-9294-7D4DD2965882}.Release|Any CPU.Build.0 = Release|Any CPU
84+
{F61B8A55-3B5B-45FB-8E38-DBF9296B35C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
85+
{F61B8A55-3B5B-45FB-8E38-DBF9296B35C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
86+
{F61B8A55-3B5B-45FB-8E38-DBF9296B35C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
87+
{F61B8A55-3B5B-45FB-8E38-DBF9296B35C7}.Release|Any CPU.Build.0 = Release|Any CPU
88+
{4CAB561E-0AFF-4516-AB9B-981F94EF1E86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
89+
{4CAB561E-0AFF-4516-AB9B-981F94EF1E86}.Debug|Any CPU.Build.0 = Debug|Any CPU
90+
{4CAB561E-0AFF-4516-AB9B-981F94EF1E86}.Release|Any CPU.ActiveCfg = Release|Any CPU
91+
{4CAB561E-0AFF-4516-AB9B-981F94EF1E86}.Release|Any CPU.Build.0 = Release|Any CPU
9092
EndGlobalSection
9193
GlobalSection(SolutionProperties) = preSolution
9294
HideSolutionNode = FALSE
@@ -97,10 +99,10 @@ Global
9799
{0C51D12D-A562-4229-B653-78B14960345C} = {9A2B3B34-D41C-43E8-BC7D-246BEBE48D59}
98100
{C91AE830-FFB5-49A9-A604-3F68B44EBCDC} = {9A2B3B34-D41C-43E8-BC7D-246BEBE48D59}
99101
{6127D121-9387-451B-B15D-8350A32D3001} = {9A2B3B34-D41C-43E8-BC7D-246BEBE48D59}
100-
{4B9836A3-719E-49B2-BECC-871FC7415EDA} = {9A2B3B34-D41C-43E8-BC7D-246BEBE48D59}
101102
{FC122F63-8B22-4BAE-B96A-7AF3194CD204} = {6EA09ED4-B714-4E6F-B0E1-4D987F8AE520}
102-
{8F3E8512-12DC-465C-9039-7393358B58B6} = {6EA09ED4-B714-4E6F-B0E1-4D987F8AE520}
103103
{7972A80F-30DC-4EF4-9294-7D4DD2965882} = {6EA09ED4-B714-4E6F-B0E1-4D987F8AE520}
104+
{F61B8A55-3B5B-45FB-8E38-DBF9296B35C7} = {9A2B3B34-D41C-43E8-BC7D-246BEBE48D59}
105+
{4CAB561E-0AFF-4516-AB9B-981F94EF1E86} = {6EA09ED4-B714-4E6F-B0E1-4D987F8AE520}
104106
EndGlobalSection
105107
GlobalSection(ExtensibilityGlobals) = postSolution
106108
SolutionGuid = {24106918-1C86-4769-BDA6-9C80E64CD260}

src/bunit.template/bunit.template.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
<Description>A project template for a testing Blazor/Razor components using the bUnit library.</Description>
1616
<PackageDescription>
1717
A project template for a testing Blazor/Razor components using the bUnit library.
18-
19-
bUnit is a testing library for Blazor Components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can easily interact with and inspect components, trigger event handlers, provide cascading values, inject services, mock IJSRuntime, and perform snapshot testing.
20-
21-
The library's goal is to make it easy to write comprehensive, stable unit tests for Blazor Components/Razor Components. Go to bunit.egilhansen.com to learn more.
2218
</PackageDescription>
2319
<IncludeContentInPack>true</IncludeContentInPack>
2420
<IncludeBuildOutput>false</IncludeBuildOutput>

src/bunit.web/bunit.web.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
<PackageId>bunit.web</PackageId>
1111
<Title>bUnit.web</Title>
1212
<Description>
13-
bUnit.web is a testing library for web/HTML-based Blazor components.
14-
15-
You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can interact with and inspect the component under test, trigger event handlers, provide cascading values, inject services, mock JavaScript interopt, and perform snapshot testing.
13+
bUnit.web is the web specific parts of bUnit, that enables you to easily test and verify the output of Blazor (web) component.
1614
</Description>
1715
</PropertyGroup>
1816

0 commit comments

Comments
 (0)