예제 #1
0
 public void Hard_Gallery2()
 {
     Levels = LevelFactory.HardGallery2();
     Assert.AreEqual(20, Levels.Count);
     Run();
 }