3 references to StartupWithCookieTempDataProviderAndCookieConsent
Microsoft.AspNetCore.Mvc.FunctionalTests (3)
TempDataInCookiesUsingCookieConsentTest.cs (3)
20
Factory = new MvcTestFixture<BasicWebSite.
StartupWithCookieTempDataProviderAndCookieConsent
>(LoggerFactory).WithWebHostBuilder(ConfigureWebHostBuilder);
30
public WebApplicationFactory<BasicWebSite.
StartupWithCookieTempDataProviderAndCookieConsent
> Factory { get; private set; }
34
builder.UseStartup<BasicWebSite.
StartupWithCookieTempDataProviderAndCookieConsent
>();