11 references to IdentityEmail
Microsoft.AspNetCore.Identity.FunctionalTests (11)
LoginTests.cs (8)
223
var
email = Assert.Single(emailSender.SentEmails);
252
var
email = emailSender.SentEmails.Last();
278
var
email = Assert.Single(emailSender.SentEmails);
346
var
registrationEmail = Assert.Single(emailSender.SentEmails);
352
var
email = emailSender.SentEmails[1];
376
var
registrationEmail = Assert.Single(emailSender.SentEmails);
382
var
email = emailSender.SentEmails[1];
405
var
registrationEmail = Assert.Single(emailSender.SentEmails);
ManagementTests.cs (1)
76
var
email = emails.SentEmails[1];
UserStories.cs (2)
182
internal static async Task<ConfirmEmail> ConfirmEmailAsync(
IdentityEmail
email, HttpClient client)
214
internal static async Task<ResetPasswordConfirmation> ResetPasswordAsync(HttpClient client,
IdentityEmail
resetPasswordEmail, string email, string newPassword)