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