C# 클래스 BusinessLogic.Tests.UnitTests.LogicTests.SecurityTests.LinkedPlayedGameValidatorTests.ValidateTests

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

비공개 메소드들

메소드 설명
CreateApplicationLinkages ( string sourceApplicationName, string sourceEntityId, bool alsoAddExpectedOne = false ) : List
CreateExpectedApplicationLinkage ( string overrideApplicationName = null, string overrideEntityId = null, int overrideGamingGroupId = null ) : PlayedGameApplicationLinkage
CreateNewlyCompletedGame ( ) : NewlyCompletedGame
It_Doesnt_Throw_An_EntityAlreadySynchedException_If_An_Entity_With_This_ApplicationName_Doesnt_Exist ( ) : void
It_Throws_An_EntityAlreadySynchedException_If_An_Entity_With_This_Source_And_Id_Already_Exists_In_This_Gaming_Group ( ) : void
It_Throws_An_InvalidSourceException_If_One_Of_The_External_Source_Fields_Is_Set_But_Not_The_Other ( string applicationName, string externalSourceEntityId ) : void
SetUp ( ) : void