Welcome to the API Reference
Here you will find My Tested ASP.NET Core MVC API reference containing detailed information on all publicly available assertion methods and classes.
Test case starting points
- MyMvc - contains all available starting points
- MyApplication - specifies the test application
- MyController - specifies controller test case
- MyViewComponent - specifies view component test case
- MyRouting - specifies route test case
Commonly used test builders
- IControllerBuilder - controller test builder
- IViewComponentBuilder - view component test builder
- IRouteTestBuilder - route test builder
- IApplicationConfigurationBuilder - application configuration builder
Helper classes
- From - helps with resolving values in lambda expressions
- With - helps with null, default and ignored values
- AuthenticationScheme - contains common authentication schemes
- ContentType - contains common content type header values
- HttpHeader - contains common HTTP header names
- HttpMethod - contains common HTTP methods
- HttpScheme - contains common HTTP schemes
- HttpStatusCode - contains common HTTP status codes