Exemplo n.º 1
0
        public void SetGetReplenishValue_SetsGetsReplenishValue_Int()
        {
            TamagotchiPet pet     = new TamagotchiPet("Anton");
            int           randNum = pet.GetReplenishValue(1, 5);

            Assert.AreEqual(randNum, pet.GetReplenishValue(1, 5));
        }