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: documentation/README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,14 +49,20 @@
49
49
50
50
### Using custom HttpConfiguration
51
51
52
-
You have the option to configure global HttpConfiguration to be used across all test cases:
52
+
You have the option to configure global HttpConfiguration to be used across all test cases. These call are not necessary but can be helpful for route tests for example where all registered routes are the same throughout the whole application:
53
53
54
54
```c#
55
-
// providing instance of HttpConfiguration
55
+
//register configuration by providing instance of HttpConfiguration
0 commit comments