1 instantiation of TestEmail
Microsoft.AspNetCore.Identity.FunctionalTests (1)
MapIdentityApiTests.cs (1)
1516Emails.Add(new(email, subject, htmlMessage));
11 references to TestEmail
Microsoft.AspNetCore.Identity.FunctionalTests (11)
MapIdentityApiTests.cs (11)
545var firstEmail = Assert.Single(emailSender.Emails); 557var resentEmail = emailSender.Emails[1]; 580var email = Assert.Single(emailSender.Emails); 981var resetEmail = emailSender.Emails[2]; 1076var email = emailSender.Emails[1]; 1161var email = emailSender.Emails[1]; 1264var changeEmail = Assert.Single(emailSender.Emails); 1358private static string GetEmailConfirmationLink(TestEmail email) 1370private static string GetPasswordResetCode(TestEmail email) 1410var receivedEmail = emailSender.Emails.Last(); 1512public List<TestEmail> Emails { get; set; } = new();