summaryrefslogtreecommitdiff
path: root/examples/msvc6/CppUnitTestApp/CppUnitTestApp.h
Commit message (Collapse)AuthorAgeFilesLines
* Added project cppunittest to examples/: unit tests to test cppunit.Baptiste Lepilleur2001-06-011-0/+52
added project cppunittest to examples/: unit tests to test cppunit. The main file is CppUnitTestMain.cpp. Unit tests have been implemented for TestCaller and TestListener. * added project CppUnitTestApp to examples/msvc6: graphical runner for cppunittest. * added TestListener to TestResult. It is a port of junit TestListener. * updated some .cvsignore to ignore files generated with VC++.