One thing that I like about the Visual Studio Unit Testing Framework is that all unit tests are performed using the IDE, from defining a class to running a test that has a graphical green / red bar that gives the test results.
I use CppUnit and Google Test to test my applications. I managed to integrate both into the Visual Studio IDE, given the text output.
I am wondering if anyone builds a Visual Studio Addin that allows you to run a test from DevStudio and have a graphical test runner to give feedback?
Thanks,
Nick
visual-studio-2008 visual-studio googletest cppunit
Nicolas
source share