-
Notifications
You must be signed in to change notification settings - Fork 4
Deliverable 2 Report
Fulin Huang edited this page Mar 18, 2019
·
6 revisions
1. Implemented all use cases by building Restful Web Service with Spring using Controllers and DTOs:
- Created and implemented a cooperator controller package which contains 4 classes: CoopTermController, EmployerController, EventController, StudentController.
- Created and implemented a cooperator DTO package which contains 4 classes: CoopTermDto, EmployerDto, EventDto, StudentDto.
3. To test the backend services, using Junit framework, developed a test suite for unit testing where each unit test is supposed to be expected in isolation.
- Created 4 test classes: CooperatorApplicationTests; CoopTermControllerTests; EmployerControllerTests; EventControllertests; StudentControllerTests. Recorded and reported the test coverage for each unit test class in the end.
- CooperatorControllerIntegrationTest; EmployerControllerIntegrationTest; EventControllerIntegrationTest.
- Reports
- Minutes
- Effort Table
- Architecture Model
- Report
- Minutes
- Effort Table
- Reports
- Minutes
- Effort Table
-
Reports
-
Minutes
-
Effort Table