Example #1
0
 public string RunTests(ref int failCount, ref int testCount)
 {
     About.CheckDependencies();
     About.ShowAboutDialog();
     testCount++;
     return("");
 }