Beispiel #1
0
 public void Expert_Gallery1()
 {
     Levels = LevelFactory.ExpertGallery1();
     Assert.AreEqual(20, Levels.Count);
     Run();
 }