Is there any way to enumerate the calls that have been made on a given mockk or spyk?
p
Is there any way to enumerate the calls that have been made on a given mockk or spyk?
m
i don’t think that’s externally visible what do you need it for?
p
I figured out what I needed to another way! Didn’t need it for a test, I just wanted more visibility into how something I didn’t write was interacting with it
realized it was logging all interactions! Which is all I needed
m
cool, glad you already had what you needed 🙂
p
sorry for forgetting to update the thread!
m
np 🙂