Skip to content

MockK v1.0

Compare
Choose a tag to compare
@oleksiyp oleksiyp released this 28 Oct 20:51
· 2270 commits to master since this release

First MockK release.

Features:

  • removing finals (via Java Agent)
  • pure kotlin mocking DSL
  • partial arguments matchers
  • chained calls / deep stubs
  • matcher expressions
  • mocking coroutines
  • capturing lambdas
  • bunch of matchers
  • few verification modes