BusinessLogic.Tests.IntegrationTests.DataAccessTests.RepositoriesTests.ChamionRepositoryTests.GetChampionTests.ItReturnsANullChampionIfThereIsntAChampion C# (CSharp) Метод

ItReturnsANullChampionIfThereIsntAChampion() приватный Метод

private ItReturnsANullChampionIfThereIsntAChampion ( ) : void
Результат void
        public void ItReturnsANullChampionIfThereIsntAChampion()
        {
            // The game definition has recorded games, but no player has played three games
            Assert.That(championlessGameDefinition.Champion, Is.InstanceOf<NullChampion>());
        }