mockk v1.10.3 Release Notes

Release Date: 2020-11-30 // over 3 years ago
    • ⬆️ 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

Previous changes from v1.10.0

    • 🛠 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