コード例 #1
0
 public void DesktopViewDiscoveryValidateEmployeeDetailsCurrentProjectsSection()
 {
     UICompositionAssertion <WpfAppLauncher> .AssertEmployeeProjectsData();
 }
コード例 #2
0
 public void DesktopViewDiscoveryValidateEmployeeSelection()
 {
     UICompositionAssertion <WpfAppLauncher> .AssertEmployeeSelection();
 }
コード例 #3
0
 public void UICompositionValidateGeneralDataForAllEmployees()
 {
     UICompositionAssertion <WpfAppLauncher> .AssertEmployeeGeneralData();
 }
コード例 #4
0
 public void DesktopViewDiscoveryValidateEmployeeDetailsLocationSection()
 {
     UICompositionAssertion <WpfAppLauncher> .AssertEmployeeLocationData();
 }
コード例 #5
0
 public void UICompositionValidateProjects()
 {
     UICompositionAssertion <WpfAppLauncher> .AssertEmployeeCurrentProjects();
 }
コード例 #6
0
 public void UICompositionValidateEmployeeSelection()
 {
     UICompositionAssertion <WpfAppLauncher> .AssertEmployeeSelection();
 }
コード例 #7
0
 public void SilverLightViewDiscoveryValidateEmployeeSelection()
 {
     UICompositionAssertion <SilverlightAppLauncher> .AssertSilverLightEmployeeSelection();
 }
コード例 #8
0
 public void SilverLightViewDiscoveryValidateProjects()
 {
     UICompositionAssertion <SilverlightAppLauncher> .AssertSilverLightEmployeeCurrentProjects();
 }
コード例 #9
0
 public void SilverLightViewDiscoveryValidateGeneralData()
 {
     UICompositionAssertion <SilverlightAppLauncher> .AssertSilverLightEmployeeGeneralData();
 }
コード例 #10
0
 public void SilverLightUICompositionValidateGeneralDataForAllEmployees()
 {
     UICompositionAssertion <SilverlightAppLauncher> .AssertSilverLightEmployeeGeneralData();
 }
コード例 #11
0
 public void DesktopViewInjectionValidateEmployeeDetailsGeneralSection()
 {
     UICompositionAssertion <WpfAppLauncher> .AssertEmployeeGeneralData();
 }