C# Класс BusinessLogic.Tests.UnitTests.LogicTests.UsersTests.GamingGroupInviteConsumerTests.AddNewUserToGamingGroupTests

Наследование: GamingGroupInviteConsumerTestBase
Показать файл Открыть проект

Приватные методы

Метод Описание
BuildDataContextMock ( bool userExists, bool gamingGroupInvitationExists, bool playerExists ) : void
ItAddsTheUserToTheGamingGroup ( ) : void
ItReturnsTheNewlyRegisteredUserResult ( ) : void
ItThrowsAnEntityDoesNotExistExceptionIfTheInvitationDoesntExist ( ) : void
ItThrowsAnEntityDoesNotExistExceptionIfThePassedInUserDoesntExistYet ( ) : void
ItThrowsAnEntityDoesNotExistExceptionIfThePlayerOnTheInviteDoesNotExist ( ) : void
ItUpdatesTheInvitation ( ) : void
ItUpdatesThePlayersApplicationUserId ( ) : void
ItUpdatesTheUsersGamingGroup ( ) : void
LocalSetUp ( ) : void