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)
2015_09_1
- Now you can check multiple classes via
forClasses()
! - Fix of the example in readme
Changes:
2015_08_4
Initial release.