Exemple #1
0
 public void Dispose()
 {
     TestDbContextFactory.Destroy(_context);
 }
Exemple #2
0
 public CommandTestBase()
 {
     _context = TestDbContextFactory.Create();
 }
Exemple #3
0
 public QueryTestFixture()
 {
     Context = TestDbContextFactory.Create();
     Mapper  = AutoMapperFactory.Create();
 }