public void setup()
 {
     testResult = new TestResult(NUnitSubstitute.ForTest());
     testResultExampleReporter = new TestResultExampleReporter(testResult);
 }
 public void setup()
 {
     testResult = new TestResult(NUnitSubstitute.ForTest());
     testResultExampleReporter = new TestResultExampleReporter(testResult);
 }