public void setup()
 {
     testResult = new TestResult(NUnitSubstitute.ForTest());
     testResultExampleReporter = new TestResultExampleReporter(testResult);
 }
Ejemplo n.º 2
0
 public void setup()
 {
     testResult = new TestResult(NUnitSubstitute.ForTest());
     testResultExampleReporter = new TestResultExampleReporter(testResult);
 }