Unplanned
Last Updated: 19 Aug 2021 07:54 by ADMIN
Mihail
Created on: 19 Aug 2021 07:54
Type: Feature Request
0
Implement a public API that will allow you to access all invocations for particular mock arrangement

The new public API should allow the developer to access the invocations for a particular arrangement. Something like the following:

IEnumerable<IInvocaiton> invocations = foo.GetInvocationsFor((x) => x.CalcData(2, 2));

0 comments