unittest-cpp/UnitTest++
2016-06-07 14:32:40 +02:00
..
Posix Change preprocessor indent rules. 2016-01-29 22:22:37 -06:00
Win32 Change preprocessor indent rules. 2016-01-29 22:22:37 -06: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 Fix warnings, errors, 2x error reporting in MSVC 2016-02-06 22:04:52 -06:00
Checks.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
Checks.h changed "int count" to "size_t count" for 64 bit portability (remove warning C4267: 'argument' : conversion from 'size_t' to 'const int', possible loss of data) 2016-05-24 14:13:34 +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 Tweak preprocessor blocks. 2016-01-29 22:48:36 -06: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 UT_RETHROW needed to take an argument when UNITTEST_NO_EXCEPTIONS=1. 2016-02-08 21:36:05 -06:00
ExecuteTest.h Fix warnings, errors, 2x error reporting in MSVC 2016-02-06 22:04:52 -06: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
ParameterizedMacros.h use static vars for give possibility to create common instances 2016-05-20 12:13:56 +02:00
ParameterizedManager.cpp created class ParameterizedManager 2016-06-07 14:32:40 +02:00
ParameterizedManager.h created class ParameterizedManager 2016-06-07 14:32:40 +02:00
ParameterizedTest.cpp renamed "value" to "parameter" 2016-05-19 10:33:58 +02:00
ParameterizedTest.h renamed "value" to "parameter" 2016-05-19 10:33:58 +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 Simplify required check reporter interactions 2016-02-06 09:30:15 -06:00
RequireMacros.h 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
SuitePredicate.cpp use char* instead of string (for dll export) 2016-05-17 14:18:52 +02:00
SuitePredicate.h use char* instead of string (for dll export) 2016-05-17 14:18:52 +02:00
Test.cpp moved usage Test::m_nextTest -> TestListNode::m_next 2016-05-17 11:40:06 +02:00
Test.h moved usage Test::m_nextTest -> TestListNode::m_next 2016-05-17 11:40:06 +02:00
TestDetails.cpp Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
TestDetails.h Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06:00
TestList.cpp moved usage Test::m_nextTest -> TestListNode::m_next 2016-05-17 11:40:06 +02:00
TestList.h moved usage Test::m_nextTest -> TestListNode::m_next 2016-05-17 11:40:06 +02:00
TestMacros.h Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06: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 use char* instead of string (for dll export) 2016-05-17 14:18:52 +02:00
TestRunner.h created RunTestsCmd for easyly run test(s) or suite(s) (use command "--suite") 2016-05-17 13:56:55 +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 created macro SET_SUITE_PARAMETERS 2016-05-13 22:11:03 +02: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