コード例 #1
0
 public void OnTestSkipped(object sender, TestResultEventArgs args)
 {
     TestResult = args.TestResult;
 }
コード例 #2
0
 public void OnTestSkipped(object sender, TestResultEventArgs args) {
    TestResult = args.TestResult;
 }
コード例 #3
0
 public void OnTestError(object sender, TestResultEventArgs args)
 {
     TestResult = args.TestResult;
 }
コード例 #4
0
 public void OnTestError(object sender, TestResultEventArgs args) {
    TestResult = args.TestResult;
 }