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

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

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

Метод Описание
ItAddsAUserGamingGroupRecordIfTheInvitationIsForAnExistingPlayer ( ) : void
ItDoesntAddAUserGamingGroupRecordIfTheAssociationAlreadyExists ( ) : void
ItSwitchesTheUsersContextToTheNewGamingGroup ( ) : void
ItThrowsAnEntityNotFoundExceptionIfTheInvitationDoesNotExist ( ) : void
ItThrowsAnEntityNotFoundIfTheGamingGroupInvitationDoesNotExist ( ) : void
ItUpdatesTheExistingPlayer ( ) : void
ItUpdatesTheGamingGroupInvitationIfTheUserAlreadyExists ( ) : void
SetUp ( ) : void
SetupMocks ( bool hasGamingGroupInvitation, bool hasInvitedPlayer, bool hasExistingRegisteredUser, bool hasExistingUserGamingGroupRecord ) : void
TheUserAddedToExistingGameGroupFlagIsFalseIfTheInvitationIsNotForAPlayerWithAnExistingRegisteredUserId ( ) : void
TheUserAddedToExistingGameGroupFlagIsTrueIfTheInvitationIsForAPlayerWithAnExistingRegisteredUserId ( ) : void