public TestTemplate(ProjectModelBase testLocation, UIAutomationTestCreationOptions automationTestOptions)
 {
     this.testLocation          = testLocation;
     this.automationTestOptions = automationTestOptions;
 }
Exemple #2
0
 public CreateUIAutomationTestsViewModel(UIAutomationTestCreationOptions testCreationOptions)
 {
     this.TestCreationOptions = testCreationOptions;
 }