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)
802
await Assert.ThrowsAsync<NotSupportedException>(() => manager.
RemovePasswordAsync
(null));
1158
async () => await manager.
RemovePasswordAsync
(null));
1252
await Assert.ThrowsAsync<ObjectDisposedException>(() => manager.
RemovePasswordAsync
(null));