예제 #1
0
 public void MyTestCleanup()
 {
     TransactionHelper.TransactionLeave();
     //Dispose() method is called automatically
 }
예제 #2
0
 public void MyTestInitialize()
 {
     TransactionHelper.TransactionStart();
     TestHelpers.TestDataHelper.CleanTestData();
     TestHelpers.TestDataHelper.GenerateTestData();
 }