Skip to content

Commit d5b006e

Browse files
committed
Added table of contents to documentation (closes #59)
1 parent 9708bd8 commit d5b006e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

documentation/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33

44
## Full list of available features
55

6+
### Table of contents
7+
8+
#### [Controller instantiation](#controller-instantiation)
9+
#### [Authenticated user](#authenticated-user)
10+
#### [Calling actions](#calling-actions)
11+
#### [Model state validation](#model-state-validation)
12+
#### [Catching thrown exceptions](#catching-thrown-exceptions)
13+
#### [Generic result](#generic-result)
14+
#### [Any result](#any-result)
15+
#### [Ok result](#ok-result)
16+
#### [Unauthorized result](#unauthorized-result)
17+
#### [BadRequest result](#badrequest-result)
18+
#### [JSON result](#json-result)
19+
#### [StatusCode result](#statuscode-result)
20+
#### [NotFound result](#notfound-result)
21+
#### [Conflict result](#conflict-result)
22+
#### [EmptyContent (void) result](#emptycontent-void-result)
23+
#### [AndProvide... methods](#andprovide-methods)
24+
625
### Controller instantiation
726

827
You have a couple of options from which you can setup the controller you want to test. The framework gives you static `MyWebApi` class from which the test builder starts:

0 commit comments

Comments
 (0)