public MergeableRowCreationTests(PerformanceDatabaseFixture dbFixture, ITestOutputHelper output)
 {
     this.output = output;
 }
예제 #2
0
 public CsvSourceIntoDBTests(PerformanceDatabaseFixture dbFixture, ITestOutputHelper output)
 {
     this.output = output;
 }
 public LeaveConnectionOpenTests(PerformanceDatabaseFixture dbFixture)
 {
 }