All Versions
10
Latest Version
Avg Release Cycle
83 days
Latest Release
1243 days ago

Changelog History

  • v1.10.3 Changes

    November 30, 2020
    • โฌ†๏ธ upgrade to 1.4.20
    • ๐Ÿคก issue #352 prevent slots from being used when verifying multiple calls
    • ๐Ÿคก issue #510 changed the answers for collections to return a new instance every time
    • ๐Ÿคก issue #315: Allow to combine @spyk with @InjectMockKs
    • ๐Ÿคก PR #518 mockkStatic hard reference support
  • v1.10.3-jdk8

    December 01, 2020
  • v1.10.2

    September 27, 2020
  • v1.10.1

    September 27, 2020
  • v1.10.0 Changes

    April 19, 2020
    • ๐Ÿ›  fix of build scripts (big effort to restore build after Gradle upgrade)
    • gradle 6.3, kotlin 1.3.61, byte buddy 1.10.9, coroutines 1.3.3, objenesis 3.1/2.6, dokka 0.10.1
    • JDK 13 / 14 runnable
    • ๐Ÿคก make stack traces in verify messages optional #427
  • v1.9.3 Changes

    March 24, 2019

    ๐Ÿคก #276 Java 12 support (@xiaodong-xie)

  • v1.9.3.kotlin12 Changes

    March 24, 2019

    ๐Ÿคก #276 Java 12 support (@xiaodong-xie)

  • v1.9.2 Changes

    March 10, 2019
    • ๐Ÿคก #259 fixed important race condition
  • v1.9.2.kotlin12 Changes

    March 10, 2019
    • ๐Ÿคก #259 fixed important race condition
  • v1.9.1 Changes

    February 10, 2019
    • ๐Ÿ”‹ 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