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: README.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,23 @@ bUnit builds on top of existing unit testing frameworks such as xUnit, NUnit, an
20
20
21
21
bUnit is available on NuGet in various incarnations. Most should just pick the [bUnit](https://www.nuget.org/packages/bunit/) package:
22
22
23
-
| Name | Description | NuGet Download Link |
24
-
| ----- | ----- | ---- |
25
-
|[bUnit](https://www.nuget.org/packages/bunit/)| Adds support for testing Blazor components. |[](https://www.nuget.org/packages/bunit/)|
26
-
|[bUnit.template](https://www.nuget.org/packages/bunit.template/)| Template, which currently creates xUnit-based bUnit test projects only. |[](https://www.nuget.org/packages/bunit.template/)|
27
-
|[bUnit.generators](https://www.nuget.org/packages/bunit.generators/)|Source code generators to minimize code setup in various situations.|[](https://www.nuget.org/packages/bunit.generators/)|
28
-
|[bUnit.web.query](https://www.nuget.org/packages/bunit.web.query/)|bUnit implementation of testing-library.com's query APIs.|[](https://www.nuget.org/packages/bunit.web.query/)|
|[bUnit](https://www.nuget.org/packages/bunit/)| Adds support for testing Blazor components. |[](https://www.nuget.org/packages/bunit/)|
26
+
|[bUnit.template](https://www.nuget.org/packages/bunit.template/)| Template, which currently creates xUnit-based bUnit test projects only. |[](https://www.nuget.org/packages/bunit.template/)|
27
+
|[bUnit.generators](https://www.nuget.org/packages/bunit.generators/)|Source code generators to minimize code setup in various situations.|[](https://www.nuget.org/packages/bunit.generators/)|
28
+
|[bUnit.web.query](https://www.nuget.org/packages/bunit.web.query/)|bUnit implementation of testing-library.com's query APIs.|[](https://www.nuget.org/packages/bunit.web.query/)|
29
29
30
30
To get started, head to the [getting started documentation](https://bunit.dev/docs/getting-started) to learn more.
0 commit comments