From b87cde884d03091d81e4d3fa2199155e152dda80 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Sat, 25 May 2002 08:29:07 +0000 Subject: Include/cppunit/extensions/TestSuiteBuilder. include/cppunit/extensions/TestSuiteBuilder.h: updated to use TestNamer. Removed template method addTestCallerForException() which should solve the compilation issue with Sun 5.0/6.0 compiler. * include/cppunit/extensions/HelperMacros.h: updated against TestSuiteBuilder change. Added CPPUNIT_TEST_CUSTOM and CPPUNIT_TEST_CUSTOMS to add custom tests to the fixture suite. * include/cppunit/extensions/TestNamer.h: * src/cppunit/TestNamer.cpp: added, TestNamer to name test case and fixture. --- src/cppunit/cppunit.dsp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/cppunit/cppunit.dsp') diff --git a/src/cppunit/cppunit.dsp b/src/cppunit/cppunit.dsp index b8c5c97..e4f4d36 100644 --- a/src/cppunit/cppunit.dsp +++ b/src/cppunit/cppunit.dsp @@ -393,6 +393,14 @@ SOURCE=..\..\include\cppunit\extensions\TestFactoryRegistry.h # End Source File # Begin Source File +SOURCE=.\TestNamer.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\include\cppunit\extensions\TestNamer.h +# End Source File +# Begin Source File + SOURCE=..\..\include\cppunit\extensions\TestSuiteBuilder.h # End Source File # Begin Source File -- cgit v1.2.1