Skip to content

danexpc/bsa-java-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)