Ejemplo n.º 1
0
 public void Easy_Gallery_All()
 {
     Levels = LevelFactory.EasyGallery_All();
     Assert.AreEqual(80, Levels.Count);
     Run();
 }