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