7 references to VerifyException
Microsoft.AspNetCore.Identity.Test (7)
UserManagerTest.cs (7)
943await VerifyException<NotSupportedException>(async () => await manager.GetAuthenticationTokenAsync(null, null, null), error); 944await VerifyException<NotSupportedException>(async () => await manager.SetAuthenticationTokenAsync(null, null, null, null), error); 945await VerifyException<NotSupportedException>(async () => await manager.RemoveAuthenticationTokenAsync(null, null, null), error); 954await VerifyException<NotSupportedException>(async () => await manager.GetAuthenticatorKeyAsync(null), error); 955await VerifyException<NotSupportedException>(async () => await manager.ResetAuthenticatorKeyAsync(null), error); 964await VerifyException<NotSupportedException>(async () => await manager.RedeemTwoFactorRecoveryCodeAsync(null, null), error); 965await VerifyException<NotSupportedException>(async () => await manager.GenerateNewTwoFactorRecoveryCodesAsync(null, 10), error);