C# Class BusinessLogic.Tests.UnitTests.LogicTests.PlayedGamesTests.PlayedGameSaverTests.UpdatePlayedGameTests

Datei anzeigen Open project: NemeStats/NemeStats

Public Methods

Method Description
It_Validates_Access_To_The_Players_In_The_Game ( ) : void

Private Methods

Method Description
It_Clears_Out_Existing_Application_Linkages ( ) : void
It_Clears_Out_Existing_Player_Game_Results ( ) : void
It_Creates_The_Played_Game_Application_Linkages ( ) : void
It_Does_All_Of_The_Post_Save_Stuff ( ) : void
It_Reconstructs_The_Played_Game_Then_Updates_It ( ) : void
It_Returns_The_Saved_Played_Game ( ) : void
It_Throws_An_EntityDoesNotExistException_If_The_Specified_Played_Game_Id_Does_Not_Match_An_Existing_Game ( ) : void
It_Validates_Access_To_The_Gaming_Group ( ) : void
It_Validates_Access_To_The_New_Game_Definition ( ) : void
It_Validates_Access_To_The_Played_Game ( ) : void
SetupExpectationsForExistingPlayedGame ( ) : void

Method Details

It_Validates_Access_To_The_Players_In_The_Game() public method

public It_Validates_Access_To_The_Players_In_The_Game ( ) : void
return void