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