NCover Coverage report.
NCover Coverage report.
I have one ServerUnitTest dll in which I have written test methods to test Server.dll methods. There are 4 different dll refernced while running the tests. All tests are passed and when I saw the coverage report.
I can see the coverage for reference dlls but the actual server.dll coverage is NOT shown. All the dll is loading as I can see in coverage.log file.
Pls helpl where I am missing.