示例#1
0
 public void Expert_Gallery2()
 {
     Levels = LevelFactory.ExpertGallery2();
     Assert.AreEqual(20, Levels.Count);
     Run();
 }