Interface IInvocationList
- Namespace
- Moq
- Assembly
- Moq.dll
A list of invocations which have been performed on a mock.
public interface IInvocationList : IReadOnlyList<IInvocation>, IReadOnlyCollection<IInvocation>, IEnumerable<IInvocation>, IEnumerable
- Inherited Members
Methods
Clear()
Resets all invocations recorded for this mock.
void Clear()