Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 259 Bytes

File metadata and controls

14 lines (9 loc) · 259 Bytes

Java testing homework

What is done:

  1. Added new endoints:

GET /todos?isCompleted

PUT /todos/{id}/cancel

  1. Written for a demo project 5 new unit tests
  2. Written 11 integration tests that cover all layers (no mocks are used except MockMvc)