protected override void ExecuteTest()
 {
     suppliedDefaultSectionRequest = new DefaultSectionRequest
                                         {
                                             StudentListType = StudentListType.Section.ToString(),
                                             ViewType = StaffModel.ViewType.AssessmentDetails
                                         };
     base.ExecuteTest();
 }
        protected override void ExecuteTest()
        {
            suppliedDefaultSectionRequest = new DefaultSectionRequest
                                            {
                                                StudentListType = StudentListType.Section.ToString(),
                                                ViewType = StaffModel.ViewType.GeneralOverview
                                            };

            base.ExecuteTest();
        }