RunAllTests() 공개 정적인 메소드

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).
리턴 void
예제 #1
0
 public void Japanese()
 {
     RunnerHelper.RunAllTests();
 }
예제 #2
0
 public void Chinese()
 {
     RunnerHelper.RunAllTests();
 }
예제 #3
0
 public void CanadianFrench()
 {
     RunnerHelper.RunAllTests();
 }
예제 #4
0
 public void Spanish()
 {
     RunnerHelper.RunAllTests();
 }