Properties
Set up property getters and setters to control or verify property access on your mocks.
Methods
Use sut.Mock.Setup.MethodName(…) to set up methods. You can specify argument matchers for each parameter.
Indexers
Set up indexers with argument matchers. Supports initialization, returns/throws sequences, and callbacks.
Parameter Matching
Mockolate provides flexible parameter matching for method setups and verifications: