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

Add Joke Service and Tests

Closed this issue · 0 comments

Acceptance Criteria:

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

Details

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