Beispiel #1
0
 public IntegrationTestDelete()
 {
     test = new BaseIntegrationTestDelete(new SqliteDriver(), TestHelpers.ConnectionString, false);
 }
Beispiel #2
0
 public IntegrationTestDelete()
 {
     test = new BaseIntegrationTestDelete(new MicrosoftSqlServerDriver(), TestHelpers.ConnectionString, false);
 }