Is there a way to weaken the visibility of a Kotli...
# mockk
n
Is there a way to weaken the visibility of a Kotlin object's function for testing? Or, failing that, add a new function? I tried
mockk<Obj>(moreInterfaces=...)
but it's not allowed because objects are final.