コード例 #1
0
 public void VerifyRegistrationWithExistingAccount()
 {
     KidsAcademyRegistrationChoiceFacade facade = new KidsAcademyRegistrationChoiceFacade();
     ////this.facade.OpenStudentsStatisticsPage();
     ////this.facade.VerifyExistingAccountRegistration();
     facade.OpenStudentsStatisticsPage();
     facade.VerifyExistingAccountRegistration();
 }
コード例 #2
0
 public void VerifySchoolsAreDisplayed()
 {
     KidsAcademyRegistrationChoiceFacade facade = new KidsAcademyRegistrationChoiceFacade();
     ///this.facade.OpenStudentsStatisticsPage();
     ///this.facade.VerifySchoolsExist();
     facade.OpenStudentsStatisticsPage();
     facade.VerifySchoolsExist();
 }
コード例 #3
0
 public void VerifyPageIsCorrect()
 {
     KidsAcademyRegistrationChoiceFacade facade = new KidsAcademyRegistrationChoiceFacade();
     facade.OpenStudentsStatisticsPage();
     facade.VerifyPageIsOpen();
 }