I was wondering if anyone has any ideas on how to integrate typemock and partcover.
We have unit tests that use typemock in our C # sharepoint based application, and we would like to run them through partcover and be able to see coverage details.
I managed to run typemock tests through partcover, however, partcover cannot display hidden details for the test code?
The way I got the tests to run through partcover is to get Partcover to run the Typemock runner, which in turn runs MSTest.
My browser settings for sharing information:
ExecutableFile: * Path to typemock * \ TMockRunner.exe
Working directory: * A folder that already exists *
Working arguments: * Path to MSTest * \ MSTest.exe / noisolation / testcontainer: * Path to DLL *
Any ideas would be great, especially in how partcover retrieves coverage information.
Thanks.
source
share