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