Possible to get coverage in a child process?

Possible to get coverage in a child process?

I have a console application which I'm testing with some NUnit tests....which launch it (multiple times) as a child process, but of course NCover is not picking up these child processes....is it possible to do this at all?


RE: Possible to get coverage in a child process?

redec,

Yes, it is possible. Use the //pm command line argument to tell NCove to gather coverage data from a particular child process.

Stephen