5 references to Program
Microsoft.AspNetCore.Mvc.FunctionalTests (5)
KestrelBasedWebApplicationFactoryForMinimal.cs (1)
8public class KestrelBasedWebApplicationFactoryForMinimal : WebApplicationFactory<SimpleWebSiteWithWebApplicationBuilder.Program>
SimpleWithWebApplicationBuilderTests.cs (3)
26Factory = new MvcTestFixture<SimpleWebSiteWithWebApplicationBuilder.Program>(LoggerFactory); 36public MvcTestFixture<SimpleWebSiteWithWebApplicationBuilder.Program> Factory { get; private set; } 142using var client = new WebApplicationFactory<SimpleWebSiteWithWebApplicationBuilder.Program>().CreateClient();
TestingInfrastructureInheritanceTests.cs (1)
117using var factory = new CustomizedFactory<SimpleWebSiteWithWebApplicationBuilder.Program>();