C# 클래스 BusinessLogic.Tests.UnitTests.LogicTests.GamingGroupsTests.GamingGroupSaverTests.CreateGamingGroupAsyncTests

파일 보기 프로젝트 열기: NemeStats/NemeStats

보호된 프로퍼티들

프로퍼티 타입 설명
appUserRetrievedFromFindMethod ApplicationUser
expectedGamingGroup GamingGroup
expectedPlayer Player
expectedUserGamingGroup UserGamingGroup

비공개 메소드들

메소드 설명
ItAssociatesTheUserWithTheGamingGroup ( ) : void
ItCreatesANewPlayerNamedAfterTheUserNameAndAssociatedWithTheUser ( ) : void
ItReturnsTheNewlyCreatedGamingGroupResult ( ) : void
ItSetsTheGamingGroupName ( ) : void
ItSetsTheOwnerToTheCurrentUser ( ) : void
ItThrowsAnArgumentExceptionIfTheGamingGroupNameIsNull ( ) : void
ItThrowsAnArgumentExceptionIfTheGamingGroupNameIsWhitespace ( ) : void
ItTracksTheGamingGroupCreation ( ) : void
ItUpdatesTheCurrentUsersGamingGroup ( ) : void
SetUp ( ) : void

프로퍼티 상세

appUserRetrievedFromFindMethod 보호되어 있는 프로퍼티

protected ApplicationUser appUserRetrievedFromFindMethod
리턴 ApplicationUser

expectedGamingGroup 보호되어 있는 프로퍼티

protected GamingGroup expectedGamingGroup
리턴 GamingGroup

expectedPlayer 보호되어 있는 프로퍼티

protected Player expectedPlayer
리턴 Player

expectedUserGamingGroup 보호되어 있는 프로퍼티

protected UserGamingGroup expectedUserGamingGroup
리턴 UserGamingGroup