Join Slack
Powered by
Is there a way to weaken the visibility of a Kotli...
# mockk
n
Neil
03/05/2020, 5:01 PM
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.
Open in Slack
Previous
Next