Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 671 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 671 Bytes

jUnit. Home work 1

Join the chat at https://gitter.im/changerequest/junit.hw1 1. Create unit tests

Create unit tests for ContactApi, ContactIdGenerator.

Code coverage should be over 90%.

2. Create unit tests

Create unit tests for ConsoleCalculator.

You should also test Input and Output. Use System Rules and Mockito

Code coverage should be over 90%.