public void Dispose() { _appDriver.MainWindow.Close(); _appDriver.Dispose(); _configDir.Dispose(); }
public void TestCleanup() { _app.Dispose(); }