|
| 1 | +# Welcome to the API Reference |
| 2 | + |
| 3 | +Here you will find [My Tested ASP.NET Core MVC](https://mytestedasp.net/Core/Mvc) API reference containing detailed information on all publicly available assertion methods and classes. |
| 4 | + |
| 5 | +<strong class="article-contents">Test case starting points</strong> |
| 6 | + |
| 7 | +- [MyMvc](/api/MyTested.AspNetCore.Mvc.MyMvc.html) - contains all available starting points |
| 8 | +- [MyApplication](/api/MyTested.AspNetCore.Mvc.MyApplication.html) - specifies the test application |
| 9 | +- [MyController](/api/MyTested.AspNetCore.Mvc.MyController-1.html) - specifies controller test case |
| 10 | +- [MyViewComponent](/api/MyTested.AspNetCore.Mvc.MyViewComponent-1.html) - specifies view component test case |
| 11 | +- [MyRouting](/api/MyTested.AspNetCore.Mvc.MyRouting.html) - specifies route test case |
| 12 | + |
| 13 | +<strong class="article-contents">Commonly used test builders</strong> |
| 14 | + |
| 15 | +- [IControllerBuilder](/api/MyTested.AspNetCore.Mvc.Builders.Contracts.Controllers.IControllerBuilder-1.html) - controller test builder |
| 16 | +- [IViewComponentBuilder](/api/MyTested.AspNetCore.Mvc.Builders.Contracts.ViewComponents.IViewComponentBuilder-1.html) - view component test builder |
| 17 | +- [IRouteTestBuilder](/api/MyTested.AspNetCore.Mvc.Builders.Contracts.Routes.IRouteTestBuilder.html) - route test builder |
| 18 | +- [IApplicationConfigurationBuilder](/api/MyTested.AspNetCore.Mvc.Builders.Contracts.Application.IApplicationConfigurationBuilder.html) - application configuration builder |
| 19 | + |
| 20 | +<strong class="article-contents">Helper classes</strong> |
| 21 | + |
| 22 | +- [From](/api/MyTested.AspNetCore.Mvc.From.html) - helps with resolving values in lambda expressions |
| 23 | +- [With](/api/MyTested.AspNetCore.Mvc.With.html) - helps with null, default and ignored values |
| 24 | +- [AuthenticationScheme](/api/MyTested.AspNetCore.Mvc.AuthenticationScheme.html) - contains common authentication schemes |
| 25 | +- [ContentType](/api/MyTested.AspNetCore.Mvc.ContentType.html) - contains common content type header values |
| 26 | +- [HttpHeader](/api/MyTested.AspNetCore.Mvc.HttpHeader.html) - contains common HTTP header names |
| 27 | +- [HttpMethod](/api/MyTested.AspNetCore.Mvc.HttpMethod.html) - contains common HTTP methods |
| 28 | +- [HttpScheme](/api/MyTested.AspNetCore.Mvc.HttpScheme.html) - contains common HTTP schemes |
| 29 | +- [HttpStatusCode](/api/MyTested.AspNetCore.Mvc.HttpStatusCode.html) - contains common HTTP status codes |
0 commit comments