예제 #1
0
 public TestRunner(ResultPrinter printer)
 {
   TestRunner testRunner = this;
   this.fPrinter = printer;
 }
예제 #2
0
 public virtual void setPrinter(ResultPrinter printer)
 {
   this.fPrinter = printer;
 }