unittest-cpp/UnitTest++
2016-09-09 14:45:55 +02:00
..
Posix Fix unused variable warnings 2016-08-27 09:55:37 -05:00
Win32 Change preprocessor indent rules. 2016-01-29 22:22:37 -06:00
ArgumentsReader.cpp minor optimisation 2016-09-09 11:33:30 +02:00
ArgumentsReader.h added virtual destructor 2016-09-09 11:26:34 +02:00
AssertException.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
AssertException.h Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
CheckMacros.h Merge pull request #114 from unittest-cpp/long_and_short_macros 2016-08-16 22:41:13 -05:00
Checks.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
Checks.h Used size_t for CHECK macros 2016-08-29 22:36:31 +02:00
CompositeTestReporter.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
CompositeTestReporter.h Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
Config.h Merge pull request #114 from unittest-cpp/long_and_short_macros 2016-08-16 22:41:13 -05:00
CurrentTest.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
CurrentTest.h Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
DeferredTestReporter.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
DeferredTestReporter.h Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
DeferredTestResult.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
DeferredTestResult.h Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
ExceptionMacros.h Replace UT_ macro prefix with UNITTEST_IMPL_ 2016-05-06 23:57:59 -05:00
ExecuteTest.h Replace UT_ macro prefix with UNITTEST_IMPL_ 2016-05-06 23:57:59 -05:00
HelperMacros.h Tweak preprocessor blocks. 2016-01-29 22:48:36 -06:00
Makefile.am Fix for #105 - Automake improvements: fixing pkgincludedir. 2016-04-07 14:55:53 -04:00
MemoryOutStream.cpp Change preprocessor indent rules. 2016-01-29 22:22:37 -06:00
MemoryOutStream.h Change preprocessor indent rules. 2016-01-29 22:22:37 -06:00
PredicateCmdBuilder.cpp small refactor 2016-09-09 11:18:26 +02:00
PredicateCmdBuilder.h small refactor 2016-09-09 11:18:26 +02:00
ReportAssert.cpp Tweak preprocessor blocks. 2016-01-29 22:48:36 -06:00
ReportAssert.h Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
ReportAssertImpl.h Tweak preprocessor blocks. 2016-01-29 22:48:36 -06:00
RequiredCheckException.cpp Use new RequiredCheckException for REQUIRE 2016-02-06 09:30:15 -06:00
RequiredCheckException.h Use new RequiredCheckException for REQUIRE 2016-02-06 09:30:15 -06:00
RequiredCheckTestReporter.cpp Simplify required check reporter interactions 2016-02-06 09:30:15 -06:00
RequiredCheckTestReporter.h Fix "assignment operator could not be generated" warning 2016-08-27 08:27:15 -05:00
RequireMacros.h Change UNITTEST_ENABLE_SHORT_MACROS to DISABLE 2016-05-07 01:02:20 -05:00
SuitePredicate.cpp use method instead of direct data 2016-09-09 10:54:55 +02:00
SuitePredicate.h use method instead of direct data 2016-09-09 10:54:55 +02:00
Test.cpp Revert "Moved notion of "next test" from Test class to dedicated class TestListNode for being able to manage several TestList undependently instead of a single one" 2016-09-08 16:48:25 +02:00
Test.h Revert "Moved notion of "next test" from Test class to dedicated class TestListNode for being able to manage several TestList undependently instead of a single one" 2016-09-08 16:48:25 +02:00
TestDetails.cpp fix for gcc: TestDetails.cpp:38:47: error: ‘strcmp’ was not declared in this scope 2016-09-09 14:45:55 +02:00
TestDetails.h Created method for compare TestDetails 2016-08-29 23:19:43 +02:00
TestList.cpp Revert "Moved notion of "next test" from Test class to dedicated class TestListNode for being able to manage several TestList undependently instead of a single one" 2016-09-08 16:48:25 +02:00
TestList.h Revert "Moved notion of "next test" from Test class to dedicated class TestListNode for being able to manage several TestList undependently instead of a single one" 2016-09-08 16:48:25 +02:00
TestMacros.h Change UNITTEST_ENABLE_SHORT_MACROS to DISABLE 2016-05-07 01:02:20 -05:00
TestReporter.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
TestReporter.h Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
TestReporterStdout.cpp Change preprocessor indent rules. 2016-01-29 22:22:37 -06:00
TestReporterStdout.h Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
TestResults.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
TestResults.h Change camelCase methods to PascalCase 2016-02-06 09:30:15 -06:00
TestRunner.cpp possibility to disable implicit args 2016-09-09 11:41:01 +02:00
TestRunner.h changed comment 2016-09-09 11:45:35 +02:00
TestSuite.h Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
ThrowingTestReporter.cpp With code proposed in Pull Request #95, when UNITTEST_NO_EXCEPTIONS is defined, the definition for REQUIRE macro is empty. 2016-02-08 21:38:56 -06:00
ThrowingTestReporter.h Simplify required check reporter interactions 2016-02-06 09:30:15 -06:00
TimeConstraint.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
TimeConstraint.h Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
TimeHelpers.h Tweak preprocessor blocks. 2016-01-29 22:48:36 -06:00
UnitTest++.h Move src to UnitTest++ and move src/tests to tests. 2013-02-20 00:22:14 -06:00
UnitTestPP.h Introducing additional functionality to allow client code to stop a unit 2016-02-06 09:28:48 -06:00
XmlTestReporter.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
XmlTestReporter.h Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00