Example #1
0
 public void TearDown()
 {
     shineyRedApple = null;
 }
Example #2
0
 public void eatFruit()
 {
     fruit = new Apple((int)ran.Next(0, _wid - 1), (int)ran.Next(0, _hei - 1));
 }
Example #3
0
 public void SetUp()
 {
     shineyRedApple = new Apple();
 }