I have an interface with some abstract methods as well as method implementations. When I mock this with mockk, it seems unable to use the implementations which I'd like to remain as implemented in the interface declaration. As a result, when I use assertions, I get back
io.kotest.assertions.AssertionFailedError: expected:MyType but was:kotlin.Any<Any(child^2 of #1#4#5)>