Forum Discussion
rarevans
14 years agoNew Contributor
Hi Sandeep,
Something I encounter with profiling unit tests in nunit is the shadow copy that it uses.
If you are aware of this already, sorry about repeating stuff you may know.
Nunit copies unit test dlls to temporary directory to run them. So what you see test results for is actually a separate dll.
You can disable this with a command line parameter to the nunit-console execution.
Hope that helps.
Richard
Something I encounter with profiling unit tests in nunit is the shadow copy that it uses.
If you are aware of this already, sorry about repeating stuff you may know.
Nunit copies unit test dlls to temporary directory to run them. So what you see test results for is actually a separate dll.
You can disable this with a command line parameter to the nunit-console execution.
Hope that helps.
Richard