Code coverage with nUnit?

Viewed 61126

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?

5 Answers
Related