Releases: pushtorefresh/java-private-constructor-checker
Releases · pushtorefresh/java-private-constructor-checker
v1.2.0
- Now you can check if class has one private constructor with expected arguments (thanks @vanniktech)
Changes:
- PR 20 Add expectedWithParameters to PrivateConstructorChecker. Fixes #16
- PR 19 Add Test for forClasses method with empty classes
- PR 18 Fix typo in README
- PR 17 Clean Unit test up (favor ExpectedException over try catch fail)
v1.1.0
- Now you can check multiple classes via
forClasses()
!
- Fix of the example in readme
Changes:
- PR 14 Add API for support multiple classes
- PR 13 Update README: fix example