public void OnTestSkipped(object sender, TestResultEventArgs args) { TestResult = args.TestResult; }
public void OnTestError(object sender, TestResultEventArgs args) { TestResult = args.TestResult; }