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