/// <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 { } }
public static void DropSchema() { AR.DropSchema(); }