Exemplo n.º 1
0
 public void DesktopViewDiscoveryValidateEmployeeDetailsCurrentProjectsSection()
 {
     UICompositionAssertion <WpfAppLauncher> .AssertEmployeeProjectsData();
 }
Exemplo n.º 2
0
 public void DesktopViewDiscoveryValidateEmployeeSelection()
 {
     UICompositionAssertion <WpfAppLauncher> .AssertEmployeeSelection();
 }
 public void UICompositionValidateGeneralDataForAllEmployees()
 {
     UICompositionAssertion <WpfAppLauncher> .AssertEmployeeGeneralData();
 }
Exemplo n.º 4
0
 public void DesktopViewDiscoveryValidateEmployeeDetailsLocationSection()
 {
     UICompositionAssertion <WpfAppLauncher> .AssertEmployeeLocationData();
 }
 public void UICompositionValidateProjects()
 {
     UICompositionAssertion <WpfAppLauncher> .AssertEmployeeCurrentProjects();
 }
 public void UICompositionValidateEmployeeSelection()
 {
     UICompositionAssertion <WpfAppLauncher> .AssertEmployeeSelection();
 }
 public void SilverLightViewDiscoveryValidateEmployeeSelection()
 {
     UICompositionAssertion <SilverlightAppLauncher> .AssertSilverLightEmployeeSelection();
 }
 public void SilverLightViewDiscoveryValidateProjects()
 {
     UICompositionAssertion <SilverlightAppLauncher> .AssertSilverLightEmployeeCurrentProjects();
 }
 public void SilverLightViewDiscoveryValidateGeneralData()
 {
     UICompositionAssertion <SilverlightAppLauncher> .AssertSilverLightEmployeeGeneralData();
 }
Exemplo n.º 10
0
 public void SilverLightUICompositionValidateGeneralDataForAllEmployees()
 {
     UICompositionAssertion <SilverlightAppLauncher> .AssertSilverLightEmployeeGeneralData();
 }
 public void DesktopViewInjectionValidateEmployeeDetailsGeneralSection()
 {
     UICompositionAssertion <WpfAppLauncher> .AssertEmployeeGeneralData();
 }