public IntrospectTests(ITestOutputHelper output) { this.output = output; this.logger = new TestOutputLogger(output); }
public EngineTests(ITestOutputHelper output) { this.logger = new TestOutputLogger(output); }