NUnit support? Thomas Created July 08, 2010 07:45 Does dotCover support both Visual Studio unit tests and NUnit tests?
Hello Thomas,
Yes, dotCover supports NUnit as well as MSTest, xUnit & MSpec.
Missing from that list from MBUnit/Gallio.
Any chance you are working to provide support for it?
I've tried nightly DotCover with a nightly of Gallio 3.2 and could not get them working. The Coverage analysis returned a fail.
Hello,
This is a question of the right ReSharper plugin implementation by the Gallio team.
AFAIK some efforts were done in this direction.
Do you have latest versions of Gallio and ReSharper?
If anyone is interested, there's a workaround posted at
http://groups.google.com/group/gallio-user/browse_thread/thread/4e02fad0a5cc9be7/befc42e7a8242def?lnk=gst&q=dotcover#befc42e7a8242def
Apparently, compiling test assembly as x86 will make Gallio/dotCover cooperate. No clue why and how, but it sure helps to get something done.