Details
-
Test
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
There are 20+ classes not counting Exceptions and Enums in geode-web-api, but there are only 3 unit tests and 1 integration test.
Unit tests should be written with Mockito to verify that each class is interacting properly with its collaborators and validate as much logic or behavior as possible.