dotCover not doing much with MSTests

Hi

I've got an MVC2 application with loads of unit tests. They run and provide code coverage using the out-of-the-box tools in Visual Studio.

However using dotCover, if I choose Resharper -> Unit Tests -> Cover all tests from solution, I get the pop up dialog that lists my tests, and it looks like it's trying to do something (they all have 'pending' next to them), but nothing happens, even if I leave them for ages.

When I first installed dotCover, I got an error saying it didn't work with the MSTest testing framework. But the docs seem to suggest that it should.

I'm new to .NET development (coming from a Java background) so I might be doing something daft, but if anyone could give me a hint as to what I'm doing wrong I would really appreciate it.

Thanks

Richard

0
1 comment
Avatar
Permanently deleted user

Ah, I just read on another post here that if I turn off code coverage in Local.testsettings it should work.... and it does!

0

Please sign in to leave a comment.