private void _automationTests_RunTestOnAllChildrenRequired(object sender, EventArgs e) { AutomationTestManager.RunTestOnAllChildren(_automationTests.SelectedTests, _automationTests.SelectedElement, true, this); ShowLog(); }
private void RunSelectedTestOnAllChildren() { AutomationTestManager.RunTestOnAllChildren(_automationTests.SelectedTests, _automationTests.SelectedElement, true, this); ShowLog(); }