Exemplo n.º 1
0
        public void SetGetAge_SetsGetsAge_Int()
        {
            Pets newPet = new Pets();

            Assert.AreEqual(0, newPet.GetAge());
        }