Esempio n. 1
0
 public static void Run()
 {
     if (!ranTests)
     {
         ranTests = true;
         ImageTests test = new ImageTests();
         test.ClearTests();
         test.ContainsTests();
     }
 }
Esempio n. 2
0
 public static void Run()
 {
     if (!ranTests)
     {
         ranTests = true;
         ImageTests test = new ImageTests();
         test.ClearTests();
         test.ContainsTests();
     }
 }