Ejemplo n.º 1
0
 public void SetUp()
 {
     for (int i = 0; i < _reelNum; i++)
     {
         _fixedReels.Add(_fixedReel);
     }
     _fruitMachine = new FruitMachine();
 }
Ejemplo n.º 2
0
 public void TearDown()
 {
     _fruitMachine = null;
 }