BusinessLogic.Tests.UnitTests.LogicTests.PlayersTests.PlayerRetrieverTests.GetAllPlayersWithNemesisInfoTests.ItReturnsChampionships C# (CSharp) Method

ItReturnsChampionships() private method

private ItReturnsChampionships ( ) : void
return void
        public void ItReturnsChampionships()
        {
            var players = autoMocker.ClassUnderTest.GetAllPlayersWithNemesisInfo(gamingGroupId);

            Assert.That(players[0].TotalChampionedGames, Is.EqualTo(playerChampionshipsForFirstPlayer.Count()));
        }