Shimmy

Results 95 comments of Shimmy

Is there a central place where all setups/invocations are registered or can be intercepted from?

> No, setups & invocations are recorded on the mocks to which they belong (setups) / on which they occur (invocations). I'm wondering if there is a way to get...

But that's only possible for strict setup, did I miss something?

> You'd still have to register mocks with the sequence, so that their invocations can be recorded there. Given a mock, is there a way to listen and intercept its...

> No, but that shouldn't be necessary. It would perhaps be easiest if mocks actively cooperated with sequences and recorded their invocations there. Ok. I guess then it'll be fairly...