Beispiel #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 {
     }
 }
Beispiel #2
0
 public static void DropSchema()
 {
     AR.DropSchema();
 }