Exemplo n.º 1
0
        public void VerifyRadioButtonOnline()
        {
            StudentsStatisticsByAgeFacade facade = new StudentsStatisticsByAgeFacade();
            ////this.facade.StudentsStatisticsForFixedCourseInSomeForm(CourseName, Online);
            ////
            ////this.facade.VerifyRadioButtonOnline(CourseName, Online);
            facade.StudentsStatisticsForFixedCourseInSomeForm(CourseName, Online);

            facade.VerifyRadioButtonOnline(CourseName, Online);
        }
Exemplo n.º 2
0
        public void VerifyFixedCourseStatistics()
        {
            StudentsStatisticsByAgeFacade facade = new StudentsStatisticsByAgeFacade();
            ////this.facade.StudentsStatisticsForFixedCourse(CourseName);
            ////
            ////this.facade.VarifyStudentsStatisticsForFixedCourse(CourseName);
            facade.StudentsStatisticsForFixedCourse(CourseName);

            facade.VarifyStudentsStatisticsForFixedCourse(CourseName);
        }
Exemplo n.º 3
0
        public void VerifyAllCoursesStatistics()
        {
            StudentsStatisticsByAgeFacade facade = new StudentsStatisticsByAgeFacade();
            ////this.facade.StudentsStatisticsForAllCourses();

            ////this.facade.VerifyAllCoursesStatistics(AllCoursesName);
            facade.StudentsStatisticsForAllCourses();

            facade.VerifyAllCoursesStatistics(AllCoursesName);
        }
Exemplo n.º 4
0
 public override void TestInit()
 {
     base.TestInit();
     StudentsStatisticsByAgeFacade facade = new StudentsStatisticsByAgeFacade();
 }