Exemple #1
0
 public IntrospectTests(ITestOutputHelper output)
 {
     this.output = output;
     this.logger = new TestOutputLogger(output);
 }
Exemple #2
0
 public EngineTests(ITestOutputHelper output)
 {
     this.logger = new TestOutputLogger(output);
 }
 public IntrospectTests(ITestOutputHelper output)
 {
     this.output = output;
     this.logger = new TestOutputLogger(output);
 }
Exemple #4
0
 public EngineTests(ITestOutputHelper output)
 {
     this.logger = new TestOutputLogger(output);
 }