Esempio n. 1
0
 private static void setupAll()
 {
     termDomainObjBuilder                = MockTermDomainObjBuilder.getMockTermDomainObjBuilder().Object;
     classSectionDomainObjBuilder        = MockClassSectionDomainObjBuilder.getMockClassSectionDomainObjBuilder().Object;
     userDomainObjBuilder                = MockUserDomainObjBuilder.getMockUserDomainObjBuilder().Object;
     classSectionStudentDomainObjBuilder = MockClassSectionStudentDomainObjBuilder.getMockClassSectionStudentDomainObjBuilder().Object;
     workingGroupDomainObjBuilder        = MockWorkingGroupDomainObjBuilder.getMockWorkingGroupDomainObjBuilder().Object;
     courseDomainObjBuilder              = MockCourseDomainObjBuilder.getMockCourseDomainObjBuilder().Object;
     classMeetingDomainObjBuilder        = MockClassMeetingDomainObjBuilder.getMockClassMeetingDomainObjBuilder().Object;
     classroomViewObjBuilder             = MockClassroomViewObjBuilder.getMockClassroomViewObjBuilder().Object;
 }
 public void setup()
 {
     testStudentHomeObj = new StudentHomeViewObj();
     testWorkingGroupDomainObjBasic = new WorkingGroupDomainObjBasic();
     testUserDomainObjBasic = new UserDomainObjBasic();
     testClassSectionDomainObjBasic = new ClassSectionDomainObjBasic();
     testClassSectionStudentDomainObjBasic = new ClassSectionStudentDomainObjBasic();
     testClassMeetingDomainObjBasic = new ClassMeetingDomainObjBasic();
     // to do initializers
     testListWorkingGroupDomainObjBasic = MockWorkingGroupDomainObjBuilder.getMockWorkingGroupDomainObjBuilder().Object.SingleWorkingGroupBasicList(testId);
     //to do add lists
     testListWorkingGroupDomainObjBasic.Add(testWorkingGroupDomainObjBasic);
     //ignore:
     //testWorkingGroupDomainObjBasic = MockWorkingGroupDomainObjBuilder.getMockWorkingGroupDomainObjBuilder().Object.AllWorkingGroupsBasicList();
     //testWorkingGroupDomainObjBasic = MockWorkingGroupDomainObjBuilder.getMockWorkingGroupDomainObjBuilder().Object.SingleWorkingGroupBasicList(testId);
 }