Posts by André Thiago • 11 points
1 post
-
1
votes2
answers783
viewsA: Do I need to do unit testing of the system entities?
As Giuliana Bezerra said, there is no point in testing getters/setters. The same applies for equals(), hashcode() etc. The methods that should have their behavior tested are those that involve rules…