I have a simple test project using Moles and I have check the flag in the test settings to create code coverage but the Moles tests do not generate code coverage.

I'm not using Pex.

Does Microsoft Moles Framework generate code coverage?

Thanks

link|improve this question
feedback

1 Answer

Not as I understand it

You need to use a different tool for that. OpenCover and NCover are code coverage tools for .NET that will work with moles.

Try these previous questions No Code Coverage Information for Tests Using Moles, NCover support with Moles and how to integrate ncover ,moles & mstest to get the coverage? for starters

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.