Exemplo n.º 1
0
        [TestMethod] //how do I test random nums?
        public void RestDecay_SubtractsRest_Int()
        {
            TamagotchiPet pet = new TamagotchiPet("Anton");

            pet.RestDecay();
            Assert.AreEqual(pet.GetRest(), pet.GetRest());
        }