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

make builder style setter compatible with the library #232

Open GhilesA opened 5 years ago

GhilesA commented 5 years ago

As seen in #229, this PR introduce the support of builder type setter in the library.
It's the "naïve" approach specified by @pheerai where the implementation isn't configurable