예제 #1
0
 public int Run()
 {
     _testClassRunners.ForEach(t => t.Run());
     return((int)_logger.GetSuccessCode());
 }