3 references to StartupDataAnnotations
Microsoft.AspNetCore.Mvc.FunctionalTests (3)
DataAnnotationTests.cs (3)
20
Factory = new MvcTestFixture<
StartupDataAnnotations
>(LoggerFactory)
23
builder.UseStartup<
StartupDataAnnotations
>();
34
public WebApplicationFactory<
StartupDataAnnotations
> Factory { get; private set; }