13 references to GetLockoutEnabledAsync
Microsoft.AspNetCore.Identity.Specification.Tests (11)
UserManagerSpecificationTests.cs (11)
1156Assert.True(await mgr.GetLockoutEnabledAsync(user)); 1178Assert.True(await mgr.GetLockoutEnabledAsync(user)); 1203Assert.True(await mgr.GetLockoutEnabledAsync(user)); 1232Assert.False(await mgr.GetLockoutEnabledAsync(user)); 1234Assert.True(await mgr.GetLockoutEnabledAsync(user)); 1257Assert.True(await mgr.GetLockoutEnabledAsync(user)); 1274Assert.False(await mgr.GetLockoutEnabledAsync(user)); 1291Assert.True(await mgr.GetLockoutEnabledAsync(user)); 1305Assert.True(await mgr.GetLockoutEnabledAsync(user)); 1321Assert.True(await mgr.GetLockoutEnabledAsync(user)); 1335Assert.True(await mgr.GetLockoutEnabledAsync(user));
Microsoft.AspNetCore.Identity.Test (2)
UserManagerTest.cs (2)
916await Assert.ThrowsAsync<NotSupportedException>(async () => await manager.GetLockoutEnabledAsync(null)); 1135async () => await manager.GetLockoutEnabledAsync(null));