开发者

DotCover Not giving coverage for refrenced DLL

开发者 https://www.devze.com 2023-04-07 13:52 出处:网络
i donwloaded the dotcover 1.1.1 for evaluation. We use a automation framework to run regression test where application \'X\' refrences application \'Y\'s DLL .

i donwloaded the dotcover 1.1.1 for evaluation. We use a automation framework to run regression test where application 'X' refrences application 'Y's DLL . I need code coverage of application Y when i run test through application 'X'. But all i m getting is code coverag开发者_JAVA技巧e for app X!

This is not the case with other code coverage tool.

Could you please suggest where i may be going wrong?


DotCover doesn't support including referenced DLL's from command prompt for Code coverage yet( till 1.1.1). Though Using DotCover GUI and unchecking "match with current project structure" option before starting Profiling for coverage allows coverage on referenced DLL's as well. http://devnet.jetbrains.net/message/5277861?

This doesn't solve the problem as integration into automated testing framework cannot be achieved by using GUI.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号