Exemplo n.º 1
0
 public void Easy_Gallery4()
 {
     Levels = LevelFactory.EasyGallery4();
     Assert.AreEqual(20, Levels.Count);
     Run();
 }