C# Class BusinessLogic.Tests.UnitTests.LogicTests.SecurityTests.LinkedPlayedGameValidatorTests.ValidateTests

Show file Open project: NemeStats/NemeStats

Private Methods

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