Is there a way to see the code coverage when using nUnit? I know there's such a feature in visual studio but can you use it with nUnit or only with the built-in vs unit tests?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can use NCover. Now its commercial, but version 1.5.8 (at the bottom of page, community edition) is still free and if you want to visualize it, then use NCoverExplorer. EDIT: It's possible to wrap nUnit or mbUnit with Visual Studio code as well. VSTS Code Coverage Runner |
|||||
|
|
PartCover is free and I've just blogged how to use it with NUnit See this link |
|||
|
|
|
Visual Studio 2012 finally added support for third party unit test framework. You can add frameworks using the Extension Manager and automatically "Code coverage" starts working with installed framework. See my reply in Does VS2010 Code Coverage support nUnit? |
|||
|
|
|
See SD C# Test Coverage. Comes with built-in visualization of test coverage data over your source code as well as summary reports. |
|||
|
|