public void Pet_Play() { int Level = testPet.LevelBoredom; testPet.Play(); Assert.True(Level > testPet.LevelBoredom); }