According to Microsoft project which has been compiled with /clr and /clr:pure options doesn't support unit testing.
However, I can create unit test project and use it for testing /clr and /clr:pure project. But code coverage is not supported at this time.
How can I determine code coverage for C++ project which compiled into DLL with /clr option?