Improve Unit Testing with Visual C++ Programming
Visual Studio comes with an interesting tool for unit testing, but for C++ we have to use C++\CLI to develop tests. In this article we discover a simple technique to avoid all of the drawbacks generated by using C++\CLI.




