public IntegrationTestLoad()
 {
     test = new BaseIntegrationTestLoad(new SqliteDriver(), TestHelpers.ConnectionString, false);
 }
Example #2
0
 public IntegrationTestLoad()
 {
     test = new BaseIntegrationTestLoad(new MicrosoftSqlServerDriver(), TestHelpers.ConnectionString, false);
 }