Skip to content

v0.0.1-dev.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@felangel felangel released this 29 Jan 03:26
· 94 commits to main since this release
  • feat: thenReturn argument is optional for VoidCallback returns
    • when(cat).calls(#makeSound).thenReturn()
  • feat: add support for captured with captureAny and captureAnyThat matchers
  • fix: verify fixes for default arguments (named and positional)