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
You have the option to configure global HttpConfiguration to be used across all test cases:
43
+
44
+
```c#
45
+
MyWebApi.IsUsing(httpConfiguration);
46
+
```
47
+
48
+
[To top](#table-of-contents
49
+
38
50
### Controller instantiation
39
51
40
52
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