3 references to Users
Microsoft.AspNetCore.Identity.Specification.Tests (2)
UserManagerSpecificationTests.cs (2)
941Assert.Equal(users.Count, mgr.Users.Count(UserNameStartsWithPredicate("CanFindUsersViaUserQueryable"))); 942Assert.Empty(mgr.Users.Where(UserNameEqualsPredicate("bogus")));
Microsoft.AspNetCore.Identity.Test (1)
UserManagerTest.cs (1)
683Assert.Throws<NotSupportedException>(() => manager.Users.Count());