4 references to Program
Microsoft.AspNetCore.Mvc.FunctionalTests (4)
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();