1 instantiation of TestEmail
Microsoft.AspNetCore.Identity.FunctionalTests (1)
MapIdentityApiTests.cs (1)
1557
Emails.Add(
new
(email, subject, htmlMessage));
11 references to TestEmail
Microsoft.AspNetCore.Identity.FunctionalTests (11)
MapIdentityApiTests.cs (11)
548
var
firstEmail = Assert.Single(emailSender.Emails);
560
var
resentEmail = emailSender.Emails[1];
583
var
email = Assert.Single(emailSender.Emails);
984
var
resetEmail = emailSender.Emails[2];
1079
var
email = emailSender.Emails[1];
1164
var
email = emailSender.Emails[1];
1267
var
changeEmail = Assert.Single(emailSender.Emails);
1399
private static string GetEmailConfirmationLink(
TestEmail
email)
1411
private static string GetPasswordResetCode(
TestEmail
email)
1451
var
receivedEmail = emailSender.Emails.Last();
1553
public List<
TestEmail
> Emails { get; set; } = new();