Skip to content

Commit 0622a75

Browse files
authored
Update README.md
1 parent 97ec852 commit 0622a75

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@
88

99
**bUnit** is a testing library for Blazor Components. Its goal is to make it easy to write _comprehensive, stable unit tests_. You can:
1010

11-
- Setup and define components under tests in C# or Razor syntax
11+
- Setup and define components under tests using C# or Razor syntax
1212
- Verify outcome using semantic HTML comparer
13-
- Interact with and inspect components
14-
- Trigger event handlers
15-
- Provide cascading values
16-
- Inject services
17-
- Mock `IJsRuntime`
13+
- Interact with and inspect components, trigger event handlers
14+
- Pass parameters, cascading values and inject services into components under test
15+
- Mock `IJsRuntime` and Blazors authentication and authorization
1816
- Perform snapshot testing
1917

2018
bUnit builds on top of existing unit testing frameworks such as xUnit, NUnit, and MSTest, which runs the Blazor components tests, just as any normal unit test.

0 commit comments

Comments
 (0)