Anyone using exclusively Spock to test Kotlin clas...
# announcements
j
Anyone using exclusively Spock to test Kotlin classes? I'm seeing some issues with using a Spock Mock for a Kotlin interface where the stubbed methods are returning null. Wondering if there's something odd with the interop that I'm missing...
Just following up on this. No problem with interop between Spock and Kotlin. My Spock skills were rusty and after fixing the tests, it's working correctly.