BusinessLogic.Tests.IntegrationTests.LogicTests.GameDefinitionsTests.GameDefinitionRetrieverTests.GetAllGameDefinitionsIntegrationTests.ItOnlyGetsGameDefinitionsForTheCurrentPlayersGamingGroup C# (CSharp) Method

ItOnlyGetsGameDefinitionsForTheCurrentPlayersGamingGroup() private method

        public void ItOnlyGetsGameDefinitionsForTheCurrentPlayersGamingGroup()
        {
            Assert.True(actualGameDefinitionSummaries.All(game => game.GamingGroupId == testUserWithDefaultGamingGroup.CurrentGamingGroupId));
        }