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