public void TearDown() { _app.Dispose(); }
protected void tearDown() { _app.Dispose(); }
public void TearDown() { _app.ApplicationExit(fileSave: false, numberOfAttempts: 60, intervalBetweenAttempts: 1000); // Called explicitly to handle applications started in a separate process. _app.Dispose(); }