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

            facade.VerifyRadioButtonLive(CourseName, Live);
        }