예제 #1
0
 public static void ClassInit(TestContext context)
 {
     F                 = new Filer();
     Fl                = new Fileable(F);
     F.MyLevels        = new string[] { "--#####|###---#|#--*#-##|#-#--*-#|#-*--#-#|##-#+--#|-#---$##|-###--#|---####|", "--#####|###---#|#--*#-##|#-#--*-#|#-*--#-#|##-#+--#|-#---$##|-###--#|---####|" };
     F.MyCurLevelIndex = 0;
 }
예제 #2
0
 public static void TestClean()
 {
     F  = null;
     Fl = null;
 }