BusinessLogic.Tests.UnitTests.LogicTests.UsersTests.FirstTimeAuthenticatorTests.CreateGamingGroupAndSendEmailConfirmationTests.ItEmailsNewRegistrantsAskingForConfirmation C# (CSharp) Method

ItEmailsNewRegistrantsAskingForConfirmation() private method

private ItEmailsNewRegistrantsAskingForConfirmation ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
        public async Task ItEmailsNewRegistrantsAskingForConfirmation()
        {
            await firstTimeAuthenticator.CreateGamingGroupAndSendEmailConfirmation(applicationUser, registrationSource);

            applicationUserManagerMock.VerifyAllExpectations();
        }