Beispiel #1
0
 public void CleanupTest()
 {
     var tester = new TestUtils(new CSBCDbContext());
     tester.CleanupDb();
 }
Beispiel #2
0
 public void TestCleanup()
 {
     var context = new CSBC.Core.Data.CSBCDbContext();
     var tester = new TestUtils(context);
     tester.CleanupDb();
 }