Interface ISetupList
- Namespace
- Moq
- Assembly
- Moq.dll
A list of setups that have been configured on a mock, in chronological order (that is, oldest setup first, most recent setup last).
public interface ISetupList : IReadOnlyList<ISetup>, IReadOnlyCollection<ISetup>, IEnumerable<ISetup>, IEnumerable
- Inherited Members