Forum Discussion
rarevans
13 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
Related Content
- 4 years ago
- 3 years ago
- 2 years ago
- 5 years ago
Recent Discussions
- 7 months ago
- 2 years ago