You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/bunit.template/bunit.template.csproj
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,6 @@
15
15
<Description>A project template for a testing Blazor/Razor components using the bUnit library.</Description>
16
16
<PackageDescription>
17
17
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.
Copy file name to clipboardExpand all lines: src/bunit.web/bunit.web.csproj
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,7 @@
10
10
<PackageId>bunit.web</PackageId>
11
11
<Title>bUnit.web</Title>
12
12
<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.
0 commit comments