示例#1
0
 public HtmlReporter(IIOWriter iowriter, ReportLocation location)
 {
     _iowriter = iowriter;
     _location = location;
 }
示例#2
0
 public NUnitXmlReporter(IIOWriter filewriter, ReportLocation location)
 {
     _filewriter = filewriter;
     _location = location;
 }
示例#3
0
 public void Process(IIOWriter writer)
 {
 }