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