1 instantiation of TestEmail
Microsoft.AspNetCore.Identity.FunctionalTests (1)
MapIdentityApiTests.cs (1)
1556Emails.Add(new(email, subject, htmlMessage));
11 references to TestEmail
Microsoft.AspNetCore.Identity.FunctionalTests (11)
MapIdentityApiTests.cs (11)
548var firstEmail = Assert.Single(emailSender.Emails); 560var resentEmail = emailSender.Emails[1]; 583var email = Assert.Single(emailSender.Emails); 983var resetEmail = emailSender.Emails[2]; 1078var email = emailSender.Emails[1]; 1163var email = emailSender.Emails[1]; 1266var changeEmail = Assert.Single(emailSender.Emails); 1398private static string GetEmailConfirmationLink(TestEmail email) 1410private static string GetPasswordResetCode(TestEmail email) 1450var receivedEmail = emailSender.Emails.Last(); 1552public List<TestEmail> Emails { get; set; } = new();