RunAllTests() public static method

Runs all tests found in current assembly.
public static RunAllTests ( bool log ) : void
log bool if set to true log the activity (to Debug output).
return void
Example #1
0
 public void Japanese()
 {
     RunnerHelper.RunAllTests();
 }
Example #2
0
 public void Chinese()
 {
     RunnerHelper.RunAllTests();
 }
Example #3
0
 public void CanadianFrench()
 {
     RunnerHelper.RunAllTests();
 }
Example #4
0
 public void Spanish()
 {
     RunnerHelper.RunAllTests();
 }