Skip to content

MockK v1.7

Compare
Choose a tag to compare
@oleksiyp oleksiyp released this 21 Jan 09:51
· 1845 commits to master since this release
  • 'just Runs' now works only for Unit returning functions (breaking change)
  • typealias runs = Runs, typealias called = Called
  • assertEquals -> checkEquals (not to clash with standard lib) and converted to extension function (breaking change)
  • annotations MockK, SpyK, RelaxedMockK
  • objectMockk to mock object singletons