Community

Mocking Multiple Interfaces with Moq

(Richard Carr) Injected dependencies often implement more than one interface. These may be used by the class receiving the injected object. When testing classes with such dependencies, it can be useful to create mock objects that implement multiple interfaces.

Read More - Register for Free Membership