Пример #1
0
 public void Hard_Gallery1()
 {
     Levels = LevelFactory.HardGallery1();
     Assert.AreEqual(20, Levels.Count);
     Run();
 }