sta-szek / pojo-tester

Java testing framework for testing pojo methods. It tests equals, hashCode, toString, getters, setters, constructors and whatever you report in issues ;)
http://www.pojo.pl
GNU Lesser General Public License v3.0
53 stars 26 forks source link

fix pojo tests with final attributes #242

Closed frecco75 closed 4 years ago

frecco75 commented 4 years ago

This PR fixes pojo tests with final fields. A setter should not be expected on a final field.