Is there a way to mock from a Java class? I am run...
# mockk
l
Is there a way to mock from a Java class? I am running some parametrized tests and I receive a
Class<..>
parameter. I want a mock instance of that class.
mockkClass
only takes
KClass