Duplicated
Last Updated: 01 Apr 2025 11:49 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;

Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
0 comments