4 references to RemovePasswordAsync
Microsoft.AspNetCore.Identity.Specification.Tests (1)
UserManagerSpecificationTests.cs (1)
672
IdentityResultAssert.IsSuccess(await manager.
RemovePasswordAsync
(user));
Microsoft.AspNetCore.Identity.Test (3)
UserManagerTest.cs (3)
727
await Assert.ThrowsAsync<NotSupportedException>(() => manager.
RemovePasswordAsync
(null));
1079
async () => await manager.
RemovePasswordAsync
(null));
1165
await Assert.ThrowsAsync<ObjectDisposedException>(() => manager.
RemovePasswordAsync
(null));