Beispiel #1
0
 public void Setup()
 {
     SomeContext = new SomeContext();
 }
Beispiel #2
0
 public void TestSetup()
 {
     DbContext = new SomeContext();
     DbContext.Database.CreateIfNotExists();
     TransactionScope = new TransactionScope(TransactionScopeOption.RequiresNew);
 }