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