Is it possible to get the original class from a mo...
# mockk
p
Is it possible to get the original class from a mockk at runtime?
Copy code
val myMock = mockk<MyService>()

myMock.getTarget() == MyService.class