Unplanned
Last Updated: 19 Aug 2021 07:50 by ADMIN
Mihail
Created on: 19 Aug 2021 07:49
Type: Feature Request
0
Add API for accessing all invocation of mock arrangements

Implement a new public API that will allow the developer to iterate over all invocations of mock arrangements. Something like the following:

IEnumerable<IInvocaiton> invocations = Mock.Invocations;

0 comments