Re-reading the docs for the nth time, but still ca...
# mockk
m
Re-reading the docs for the nth time, but still can't understand how
mockkClass()
would differ from
mockk<T>()
. What's the former used for?
h
I think it's not used anymore. The internal implementation is deprecated already.
m
I see thanks, so maybe the docs should be amended. I'll open a PR whenever I'm free.