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