Exemple #1
0
 public DbFixtureTests(TestDb testDb)
 {
     _testDb = testDb;
     _db     = testDb.Db;
 }
Exemple #2
0
 public DbBatchTests(TestDb testDb)
 {
     _testDb = testDb;
     _db     = testDb.Db;
 }