Join Slack
Communities
Powered by
Is it possible to get the original class from a mo...
# mockk
p
poohbar
06/25/2019, 12:53 PM
Is it possible to get the original class from a mockk at runtime?
Copy code
val myMock = mockk<MyService>() myMock.getTarget() == MyService.class
2
Views
Open in Slack
Previous
Next