Skip to content

0.0.3

Latest
Compare
Choose a tag to compare
@JeroenMols JeroenMols released this 11 Nov 10:08
· 1 commit to master since this release

Unit tests for all matchers.
Added two new Matchers:

  • verify(mock).someMethod(listContainsNull());
  • verify(mock).someMethod(listDoesNotContainNull());