mockk v1.9.1 Release Notes

Release Date: 2019-02-10 // about 5 years ago
    • ๐Ÿ”‹ 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