Esempio n. 1
0
 public void Easy_Gallery2()
 {
     Levels = LevelFactory.EasyGallery2();
     Assert.AreEqual(20, Levels.Count);
     Run();
 }