We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48805d0 commit 9d0cce2Copy full SHA for 9d0cce2
README.md
@@ -79,7 +79,9 @@ namespace MyApp.Tests.Controllers
79
The example uses [xUnit](http://xunit.github.io/) but you can use whatever testing framework you want.
80
Basically, MyTested.AspNetCore.Mvc throws an unhandled exception with a friendly error message if the assertion does not pass and the test fails.
81
82
-Here are other random examples of what the fluent testing API is capable of:
+## Examples
83
+
84
+Here are some random examples of what the fluent testing API is capable of:
85
86
```c#
87
// tests a route for correct controller, action and resolved route values
0 commit comments