summaryrefslogtreecommitdiff
path: root/examples/cppunittest
Commit message (Expand)AuthorAgeFilesLines
* get rid of old casting macrosMarkus Mohrhard2021-10-012-2/+2
* Replace NULL with nullptrFlorian Becker2021-10-013-10/+10
* drop project files for old versions of MSVCDavid Tardon2019-12-224-1002/+1
* Fix build with gcc9.1Martin Liška2019-04-301-0/+6
* custom tostring formatter to CPPUNIT_ASSERT_MESSAGENoel Grandin2019-02-142-0/+32
* implement parameterized testsMarkus Mohrhard2016-12-162-0/+26
* AM_CPPFLAGS is preferred by "newer" versions of automakeDavid Tardon2016-12-161-1/+1
* we no longer need a wrapper for the smart pointer caseMarkus Mohrhard2016-12-152-11/+12
* add support for enum class to the asserterMarkus Mohrhard2016-12-131-0/+8
* remove support for old broken C++ compilersMarkus Mohrhard2016-12-111-2/+2
* add a flag for adding optional featuresMarkus Mohrhard2015-11-072-11/+11
* add new assertion macros for <, <=, > and >=Markus Mohrhard2014-07-132-0/+53
* a bit warning cleaning in the testsMarkus Mohrhard2012-06-161-0/+4
* Applied patch #2807259: lib -ldl... should be in LDADD instead of LDFLAGSBaptiste Lepilleur2009-11-231-5/+2
* Added updated project and instructions for building under Visual Studio.Net 2008Andy Dent2008-12-162-0/+2946
* Changes to suppress warnings of gcc -Wall -W -ansi, mainly from patch [1898225].Steve M. Robbins2008-02-214-15/+15
* - removed wrong comment.Baptiste Lepilleur2007-02-251-1/+1
* Src/cppunit/TestAssert.Baptiste Lepilleur2007-02-242-3/+42
* Add tests of the precision generated bySteve M. Robbins2007-01-315-1/+86
* Remove declaration of unimplemented functions testAssertDoubleNotEquals1 and ...Steve M. Robbins2007-01-272-2/+6
* Add unit tests for CPPUNIT_ASSERT_DOUBLES_EQUAL() that test withSteve M. Robbins2007-01-271-0/+11
* Arrange class initializers in correct order.Steve M. Robbins2007-01-124-10/+10
* Put a C++ statement in the first argument of CPPUNIT_ASSERT_THROW()Steve M. Robbins2007-01-121-4/+8
* removed most warning when compiling with vc++ 6sp6.Baptiste Lepilleur2005-10-132-9/+12
* removed most warning when compiling with vc++ 6sp6.Baptiste Lepilleur2005-10-137-0/+7
* Include/cppunit/TestAssert.Baptiste Lepilleur2004-11-051-2/+2
* Include/cppunit/Portability.Baptiste Lepilleur2004-06-251-6/+6
* Src/Baptiste Lepilleur2004-06-181-5/+5
* fixing project compilation settings (rtti not always enabled)Baptiste Lepilleur2004-06-162-3/+3
* 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-134-56/+101
* added new linesBaptiste Lepilleur2003-05-072-2/+2
* Makefile.Baptiste Lepilleur2003-05-071-1/+1
* include/cppunit/extensions/TestSuiteBuilder.h: removed (unused)Baptiste Lepilleur2003-04-062-6/+6
* added missing project fileBaptiste Lepilleur2003-03-151-1/+1
* added missing project fileBaptiste Lepilleur2003-03-151-1/+1
* Include/cppunit/tools/Algorithm.Baptiste Lepilleur2003-03-153-3/+3
* Src/examples/cppunittest/TrackedTestCase.Baptiste Lepilleur2003-03-112-2/+2
* Src/cppunit/XmlElement.Baptiste Lepilleur2003-03-111-1/+4
* Include/cppunit/plugin/DynamicLibraryManagerException.Baptiste Lepilleur2002-12-027-4/+6
* Include/cppunit/Portability.Baptiste Lepilleur2002-08-282-40/+10
* CodingGuideLines.Baptiste Lepilleur2002-08-277-1/+333
* Include/cppunit/Exception.Baptiste Lepilleur2002-08-0310-11/+167
* CodingGuideLines.Baptiste Lepilleur2002-07-1433-96/+50
* Include/cppunit/ui/text/TestRunner.Baptiste Lepilleur2002-07-1344-397/+397
* added missing filesBaptiste Lepilleur2002-07-111-1/+1
* Include/cppunit/extensions/AutoRegisterSuite.Baptiste Lepilleur2002-07-102-2/+3
* Include/cppunit/XmlOutputter.Baptiste Lepilleur2002-07-031-0/+1
* examples/cppunittest/MessageTest.cpp: removed std::string() fromBaptiste Lepilleur2002-06-161-2/+4
* Examples/cppunittest/MessageTest.Baptiste Lepilleur2002-06-162-0/+2