Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

34 lines (20 loc) · 1.13 KB

PrivateConstructorChecker Change Log

Version 1.2.0

2015_01_2

  • 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)

Version 1.1.0

2015_09_1

  • 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

Version 1.0.0

2015_08_4

Initial release.