Michael de Kaste
io.mockk.MockKException: no answer found for: MyClass(#8).unbox-impl()
ephemient
sealed interface Sealed{ @JvmInline value class MyClass(someOtherClassINeedToMockk: Any) : Sealed }
cannot cast 'the class I want to mockk' to 'Sealed'
val isTheClassIneed = sealed is MyClass
A modern programming language that makes developers happier.