コード例 #1
0
 public static void Run()
 {
     if (!ranTests)
     {
         ranTests = true;
         ImageTests test = new ImageTests();
         test.ClearTests();
         test.ContainsTests();
     }
 }
コード例 #2
0
ファイル: UnitTests.cs プロジェクト: jeske/agg-sharp
 public static void Run()
 {
     if (!ranTests)
     {
         ranTests = true;
         ImageTests test = new ImageTests();
         test.ClearTests();
         test.ContainsTests();
     }
 }