コード例 #1
0
ファイル: MainWindow.cs プロジェクト: pawan9993811/Tools
 private void _automationTests_RunTestOnAllChildrenRequired(object sender, EventArgs e)
 {
     AutomationTestManager.RunTestOnAllChildren(_automationTests.SelectedTests, _automationTests.SelectedElement, true, this);
     ShowLog();
 }
コード例 #2
0
ファイル: MainWindow.cs プロジェクト: pawan9993811/Tools
 private void RunSelectedTestOnAllChildren()
 {
     AutomationTestManager.RunTestOnAllChildren(_automationTests.SelectedTests, _automationTests.SelectedElement, true, this);
     ShowLog();
 }