summaryrefslogtreecommitdiff
path: root/examples/cppunittest/TestAssertTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* add new assertion macros for <, <=, > and >=Markus Mohrhard2014-07-131-0/+45
* a bit warning cleaning in the testsMarkus Mohrhard2012-06-161-0/+4
* - removed wrong comment.Baptiste Lepilleur2007-02-251-1/+1
* Src/cppunit/TestAssert.Baptiste Lepilleur2007-02-241-3/+34
* Add tests of the precision generated bySteve M. Robbins2007-01-311-1/+20
* Remove declaration of unimplemented functions testAssertDoubleNotEquals1 and ...Steve M. Robbins2007-01-271-0/+4
* Add unit tests for CPPUNIT_ASSERT_DOUBLES_EQUAL() that test withSteve M. Robbins2007-01-271-0/+11
* Put a C++ statement in the first argument of CPPUNIT_ASSERT_THROW()Steve M. Robbins2007-01-121-4/+8
* Include/cppunit/TestAssert.Baptiste Lepilleur2004-11-051-2/+2
* removed usage of std::exception ctor with a string (gcc 2.95 issue)Baptiste Lepilleur2004-03-131-6/+6
* Examples/cppunittest/TestAssertTest.Baptiste Lepilleur2004-03-131-36/+81
* CodingGuideLines.Baptiste Lepilleur2002-07-141-1/+1
* Include/cppunit/ui/text/TestRunner.Baptiste Lepilleur2002-07-131-3/+3
* Include/cppunit/extensions/TestFactoryRegistry.Baptiste Lepilleur2001-10-021-1/+3
* NEWS : updated.Baptiste Lepilleur2001-10-021-40/+39
* Add tests for CPPUNIT_ASSERT_EQUAL.Steve M. Robbins2001-07-131-0/+11
* Examples/cppunittest/TestResultTest.Baptiste Lepilleur2001-06-111-0/+143