Exemplo n.º 1
0
        public void GetEnergy_Should_Return_Initial_Level_90()
        {
            int testEnergy = testPet.GetEnergy();

            Assert.Equal(90, testEnergy);
        }
Exemplo n.º 2
0
        public void GetEnergy_Should_Return_Initial_Energy_Level_Of_60()
        {
            int organicPetsEnergy = organicPets.GetEnergy();

            Assert.Equal(60, organicPetsEnergy);
        }