Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想覆盖比方说 CoverageTarget.dll。
我有一个 test.dll 来运行 nunit 测试,它在测试过程中使用 Process.Start 方法启动一个子进程 childTestApp.exe(它测试 CoverageTarget.dll 中的一些代码)。
在结果中,我看不到 childTestApp.exe 涵盖的代码。
这可能是预期的行为,但有什么方法/工具可以让 testApp.exe 中包含的代码?
使用 //pm 参数(http://docs.ncover.com/ref/3-0/ncover-console/command-line/profiling-options#pm)