Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@nikitin-da nikitin-da released this 02 Jan 15:04
  • 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)