4 references to Startup
Microsoft.AspNetCore.Mvc.FunctionalTests (3)
KestrelBasedWebApplicationFactory.cs (1)
8
public class KestrelBasedWebApplicationFactory : WebApplicationFactory<SimpleWebSite.
Startup
>
SimpleTests.cs (2)
16
Factory = new MvcTestFixture<SimpleWebSite.
Startup
>(LoggerFactory);
26
public MvcTestFixture<SimpleWebSite.
Startup
> Factory { get; private set; }
SimpleWebSite (1)
Startup.cs (1)
41
.UseStartup<
Startup
>()