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