Details
-
Test
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
Currently connector tests make heavy use of mock (easymock, power mock).
This may hide the real logic behind operations and makes finding bugs difficult.
We should reduce the use of mocks so that developers can debug connector code using unit tests.
This would shorten the development cycle for connector.