fsprojects / Foq

A unit testing framework for F#
http://www.slideshare.net/ptrelford/foq-17062247
Apache License 2.0
79 stars 31 forks source link

Support mocking multiple interfaces #1

Closed ptrelford closed 9 years ago

ptrelford commented 9 years ago

Based on SO question: Mocking a class with an explicitly implemented interface using Foq it would be nice to be able to Mock "As" another interface in a similar fashion to Moq. This has been implemented in the Mercurial repository on CodePlex.

ptrelford commented 9 years ago

Fix now replicated to Git repository