addressbook-level4
addressbook-level4 copied to clipboard
Add missing unit tests
Create one PR for each Test class.
- PR name can be
Add unit tests for {ClassName} classe.gAdd unit tests for Foo class - Omit the
Fixes #....phrase from the PR. - Test class name should match class being unit tested.
- Where dependency injection is too hard to use, the SUT need not be isolated from dependencies. i.e. Unit + integration tests