Example #1
0
 public void Hard_Gallery4()
 {
     Levels = LevelFactory.HardGallery4();
     Assert.AreEqual(20, Levels.Count);
     Run();
 }