Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 274 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 274 Bytes

Write unit tests using junit/mockito

Complete the test cases for all the classes in the src/test/java directory.

Ensure each method being tested has all conditions tested.

Ensure you mock the dependencies and verify with Mockito that the proper methods were called