I am interested in using cppunit in Visual C++ in the following way:
1. Writing a test class
2. Right-click the class and see a graphic test-runner performing the tests in the class.
(This resembles the framework in Visual Age for Java.)
Does anyone know whether this is available for MS Visual C++ (version 6) ?
I know about the MFC Code generator, but then I still need to create an executable class, while I suspect an add-in would be able to run the tests for your class automatically.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am interested in using cppunit in Visual C++ in the following way:
1. Writing a test class
2. Right-click the class and see a graphic test-runner performing the tests in the class.
(This resembles the framework in Visual Age for Java.)
Does anyone know whether this is available for MS Visual C++ (version 6) ?
I know about the MFC Code generator, but then I still need to create an executable class, while I suspect an add-in would be able to run the tests for your class automatically.