protected void TearDown( ) { if (Context != null) { Context.Dispose( ); Context = null; } TenantHelper.Flush( ); }
public virtual void TestTearDown( ) { using (IDbCommand command = Context.CreateCommand("ROLLBACK TRANSACTION Test")) { command.CommandType = CommandType.Text; command.ExecuteNonQuery( ); } TenantHelper.Flush( ); }
public void TestTearDown( ) { TenantHelper.Flush( ); }
public void AfterTest( ) { TenantHelper.Flush( ); }