summaryrefslogtreecommitdiff
path: root/src/cppunit/TestCase.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to allow building with SGI MIPSpro 7.30 compiler.Steve M. Robbins2001-08-071-1/+0
| | | | | | The testsuite file examples/cppunittest/SubclassedTestCase.cpp causes the compiler to dump core, so that and HelperMacrosTest were not tested. The rest of the test suite passes.
* TextFixture introduced. First steps at using it.Steve M. Robbins2001-07-151-10/+0
|
* Added documentation.Steve M. Robbins2001-07-151-29/+29
|
* Removed last uses of estring.Steve M. Robbins2001-07-071-1/+0
|
* Change from CPPUNIT_USE_TYPEINFO to CPPUNIT_USE_TYPEINFO_NAMESteve M. Robbins2001-07-061-2/+2
|
* Replaced #include of <config.h> with <cppunit/Portability.h>Bastiaan Bakker2001-06-171-1/+1
|
* Include/cppunit/NotEqualException.Baptiste Lepilleur2001-06-111-21/+27
| | | | | | | | | | | | | | | | | include/cppunit/NotEqualException.cpp: addded, exception to be used with assertEquals(). * src/cppunit/RepeatedTest.cpp: added to reduce header dependency (TestResult.h was missing). * src/cppunit/TestAssert.cpp: added to put non template functions there. * src/cppunit/TestCase.cpp: added std:: prefix to catch (exception& e). Integrated a modified version of Tim Jansen patch (#403745) for TestCase to make the unit test (TestCaseTest) pass. If the setUp() fail then neither the runTest() nor the tearDown() method is called.
* Change to templatized TestAssert::assertEquals() and the new CPPUNIT_ASSERT* ↵Steve M. Robbins2001-06-021-1/+2
| | | | macros
* Replace CU_ by CPPUNIT_.Steve M. Robbins2001-06-021-2/+2
|
* (toString): put type_info in std namespace and inside CU_USE_TYPEINFO ifdef.Bastiaan Bakker2001-05-301-2/+10
|
* Merged Baptiste Lepilleurs CppUnitW 1.2.Bastiaan Bakker2001-04-291-54/+1
| | | | | | | | Some differences: TypeInfo stuff (in TestSuite) compiled in only if USE_TYPEINFO is set. TestSuite.getTests now returns a const ref instead of taking a ref as param. Removed auto_ptr stuff from TestFactoryRegistry: auto_ptr cannot be used in containers.
* Moved files in subdir cppunit to src/cppunit.Bastiaan Bakker2001-04-281-0/+173