Duplicated
Last Updated: 01 Apr 2025 11:49 by ADMIN
Created by: Mihail
Comments: 0
Category: JustMock
Type: Feature Request
0

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;