C# Class BusinessLogic.Tests.UnitTests.LogicTests.UsersTests.GamingGroupInviteConsumerTests.AddNewUserToGamingGroupTests

Show file Open project: NemeStats/NemeStats

Private Methods

Method Description
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