Skip to content

Releases: pushtorefresh/java-private-constructor-checker

v1.2.0

02 Jan 15:04
Compare
Choose a tag to compare
  • 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

02 Sep 06:04
Compare
Choose a tag to compare
  • 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

v1.0.0

04 Aug 10:01
Compare
Choose a tag to compare

Initial release.