3 references to NoIdentityStartup
Microsoft.AspNetCore.Identity.FunctionalTests (3)
NoIdentityAddedTests.cs (3)
11
public class NoIdentityAddedTests : IClassFixture<ServerFactory<
NoIdentityStartup
, IdentityDbContext>>
13
public NoIdentityAddedTests(ServerFactory<
NoIdentityStartup
, IdentityDbContext> serverFactory)
18
public ServerFactory<
NoIdentityStartup
, IdentityDbContext> ServerFactory { get; }