Microsoft.AspNetCore.Mvc.Testing Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides types that support MVC integration testing.
Classes
WebApplicationFactory<TEntryPoint> |
Factory for bootstrapping an application in memory for functional end to end tests. |
WebApplicationFactoryClientOptions |
The default options to use to when creating HttpClient instances by calling CreateClient(WebApplicationFactoryClientOptions). |
WebApplicationFactoryContentRootAttribute |
Metadata that WebApplicationFactory<TEntryPoint> uses to find out the content
root for the web application represented by |
Remarks
For more information about MVC integration testings, see Integration tests.