aspnetcore/test/Microsoft.AspNetCore.Mvc.Fu.../Infrastructure
Javier Calvarro Nelson 96bd2769d0 Improvements to the testing package.
* Detect a ConfigureDefaultBuilder static method on Program.cs of the test site
and use it to initialize the IWebHostBuilder instance that we configure for testing.
* Make use of the new service configuration extensibility points in Hosting to override
services for testing.
* Get rid of MvcWebApplicationBuilder and move MVC specific methods into extension methods.
2017-09-18 18:12:01 -07:00
..
CultureReplacerMiddleware.cs
CultureReplacerStartupFilter.cs
MvcEncodedTestFixtureOfT.cs Improvements to the testing package. 2017-09-18 18:12:01 -07:00
MvcSampleFixture.cs Improvements to the testing package. 2017-09-18 18:12:01 -07:00
MvcTestFixture.cs Improvements to the testing package. 2017-09-18 18:12:01 -07:00
MvcWebApplicationBuilderExtensions.cs Improvements to the testing package. 2017-09-18 18:12:01 -07:00
TestCulture.cs