Example #1
0
 public abstract void Run(TestCase test);
Example #2
0
 public override void Run(TestCase testCase)
 {
     Result = new TestResult();
     testCase.Run(Result);
     PrintResult();
 }