Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.0
-
None
Description
Currently Junit test cases extends one class with all the utility methods to compare object. We can move these methods to another class "DBAssert", and make them static to avoid relying on the state.
This provided more visibility and readability, and allow to use these methods from Junit 4, without having to extend exiting classes.