MiniMock

Minimalistic approach to mocking in .NET

View on GitHub

Support for Extension Methods (WIP)

Extension methods are not supported due to their nature. Extension methods are static methods that are called as if they were instance methods of the extended type.

Work in progress.