Ejemplo n.º 1
0
 public void Bonus1_Gallery1()
 {
     Levels = LevelFactory.Bonus1Gallery1();
     Assert.AreEqual(20, Levels.Count);
     Run();
 }