Exemplo n.º 1
0
        public void Feed_Should_Decrease_Hunger_By_40()
        {
            testOrganic.Feed();

            Assert.Equal(10, testOrganic.GetHunger());
        }
Exemplo n.º 2
0
        public void Feed_Should_Decrease_Hunger_By_40()
        {
            organicPet.Feed();

            Assert.Equal(10, organicPet.GetHunger());
        }