示例#1
0
 /// <summary>
 /// The common test teardown code. To activate it in a specific test framework,
 /// it must be called from a framework-specific teardown-Method.
 /// </summary>
 public virtual void TearDown()
 {
     try
     {
         AR.DisposeCurrentScope();
         AR.DropSchema();
         AR.ResetInitialization();
     }
     catch {
     }
 }
示例#2
0
 public override void TearDown()
 {
     AR.DisposeCurrentScope();
     base.TearDown();
 }