ucsb-cs156-f23/team01-f23-6pm-4

Add Holiday Service and Tests

Closed this issue · 0 comments

Acceptance Criteria:

  • There is HolidayQueryService.java file in the src/main/java/edu/ucsb/cs156/spring/backend/services directory.
  • HolidayQueryService.java implements a class that make a call to the appropriate API
    and returns the results.
  • There is HolidayQueryServiceTests.java file in the src/test/java/edu/ucsb/cs156/spring/backend/services directory.
  • The tests in HolidayQueryServiceTests.java provide 100% coverage of HolidayQueryService.java for both jacoco and pitest.

Details

See the assignment description at https://ucsb-cs156.github.io/f23/lab/team01 for details.