chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes
Hi,

I am now using TM.Net 4.02 Community Edition in all of my unit tests. As I know the Code Coverage support is only available in the Enterprise Edition, so everytime I run tests with Code Coverage enabled in VS2005, a TM.Net dialog pops up and fails the test.

However, without the Code Coverage selected, I can successfully pass the tests with Community Edition features.

My question is, how can I turn off the Code Coverage in the Community Edition while still using the limited features and let VS2005 to measure the code coverage like there is no TM used? What I want from TM.Net is only the mocking support while my Code Coverage would be meausred by other 3rd party tools/VS2005.

Thanks!
________
Arizona Medical Marijuana
asked by Tony.Cheung (1.8k points)

1 Answer

0 votes
Tony hi,

TypeMock in itself does not supply Code Coverage abilities. It can only integrate with other 3rd-Party coverage tools, such as VS2005, Ncover, and such.

The Integration of TypeMock with those tools is a licensed feature. i.e. you will need to purchase a license in order to use coverage tools on tests using TypeMock.
answered by lior (13.2k points)
...