Пример #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)
 {
 }