Skip to content

MockK v1.4

Compare
Choose a tag to compare
@oleksiyp oleksiyp released this 09 Nov 22:29
· 2080 commits to master since this release
  • splitting DSL to separate module
  • DSL module is both compilable by JS and Java Kotlin compiler
  • converted TestSuite to Javascript
  • JS development is blocked by inconvenient toolset (basically don't know how to run test suite)
  • @yannickvg fixed "verify(exactly = 0)" case. Thanks! #2
  • added withInstanceFactory to specify how to instantiate objects