Skip to content

MockK v1.9.1.kotlin12

Compare
Choose a tag to compare
@oleksiyp oleksiyp released this 10 Feb 22:52
· 1236 commits to master since this release
  • Feature: Nested mocking objects #244
  • SLF4J warnings #243
  • autohinting may fail unexpectedly when run in mixed mode, suppressing the useful message that a hint might be necessary in the test fixture #240
  • mockk throws ClassNotFoundException: io.mockk.proxy.jvm.dispatcher.JvmMockKDispatcher when run with Spek2 #239
  • Bug: clearAllMocks doesn't clear static mock of java.lang.System #234
  • @mockk(relaxed = true) doesn't behave same way as @RelaxedMockK for Jupiter method parameters #232
  • mockkClass() should have a relaxUnitFun argument #227
  • Bug: Mocking annotation causes MockkException #226
  • Bug: Mocking varargs on 1.9 #224
  • Bug: mock that return set of Mocks fails #221
  • Feature: make clearMocks without arguments not possible #217
  • Feature: returns that creating a new mock and setting behavior #201
  • Bug: cannot verify mock method with abstract argument using any() #131