catch2/include/internal
Phil Nash b0545d1f12 Some toString cleanups 2014-12-09 18:49:58 +00:00
..
catch_approx.hpp Some toString cleanups 2014-12-09 18:49:58 +00:00
catch_assertionresult.h Conditionally removes usage of deprecated features 2014-03-20 14:03:51 +01:00
catch_assertionresult.hpp Renamed ShouldNegate to FalseTest 2014-05-29 08:00:20 +01:00
catch_capture.hpp Factored out mention of "unprintable string" ("{?}") 2014-09-08 08:14:59 +01:00
catch_clara.h New version of Clara 2014-03-17 18:40:58 +00:00
catch_commandline.hpp Allow testing ordering to be specified as declaration, lexicographical, or random. Allow random seed to be specified 2014-09-15 18:39:31 +01:00
catch_common.h Updated NonCopyable (to include C++11 version) and use for Session and Section 2014-10-03 08:15:27 +01:00
catch_common.hpp Big assertion capture refactoring. 2014-05-28 18:53:01 +01:00
catch_compiler_capabilities.h enable nullptr for VS2010 2014-09-18 18:23:47 +01:00
catch_config.hpp Only use std::cout/ cert via Catch::cout/ cert - and make those conditional on CATCH_CONFIG_NOSTDOUT 2014-10-02 19:08:19 +01:00
catch_console_colour.hpp Cleaned up terminal colouring impl and added more config options 2014-10-21 07:24:30 +01:00
catch_console_colour_impl.hpp Cleaned up terminal colouring impl and added more config options 2014-10-21 07:24:30 +01:00
catch_context.h Fixed dereferenced null issue 2014-05-20 18:49:28 +01:00
catch_context_impl.hpp Only use std::cout/ cert via Catch::cout/ cert - and make those conditional on CATCH_CONFIG_NOSTDOUT 2014-10-02 19:08:19 +01:00
catch_debugger.h Big assertion capture refactoring. 2014-05-28 18:53:01 +01:00
catch_debugger.hpp Only use std::cout/ cert via Catch::cout/ cert - and make those conditional on CATCH_CONFIG_NOSTDOUT 2014-10-02 19:08:19 +01:00
catch_default_main.hpp Removed all trailing whitespace 2013-07-03 19:14:59 +01:00
catch_evaluate.hpp Changed the way noexcept support is handled to (hopefully) fix #275 and #273 2014-04-23 18:19:19 +01:00
catch_exception_translator_registry.hpp Some toString cleanups 2014-12-09 18:49:58 +00:00
catch_expression_lhs.hpp Folded ExpressionResultBuilder into ResultBuilder 2014-05-29 07:50:19 +01:00
catch_fatal_condition.hpp Cleaned up terminal colouring impl and added more config options 2014-10-21 07:24:30 +01:00
catch_generators.hpp Removed all trailing whitespace 2013-07-03 19:14:59 +01:00
catch_generators_impl.hpp Removed all trailing whitespace 2013-07-03 19:14:59 +01:00
catch_impl.hpp Tag aliases feature 2014-06-30 07:33:17 +01:00
catch_interfaces_capture.h FatalErrorConditions now full close reporter states 2014-08-22 19:33:28 +01:00
catch_interfaces_config.h Allow testing ordering to be specified as declaration, lexicographical, or random. Allow random seed to be specified 2014-09-15 18:39:31 +01:00
catch_interfaces_exception.h Removed all trailing whitespace 2013-07-03 19:14:59 +01:00
catch_interfaces_generators.h Removed all trailing whitespace 2013-07-03 19:14:59 +01:00
catch_interfaces_registry_hub.h Refactored a lot of code from headers into impl headers only compiled into one TU 2013-12-03 18:52:41 +00:00
catch_interfaces_reporter.h Merge branch 'master' of https://github.com/gnzlbg/Catch 2014-04-18 08:49:35 +01:00
catch_interfaces_runner.h Big assertion capture refactoring. 2014-05-28 18:53:01 +01:00
catch_interfaces_tag_alias_registry.h Tag aliases feature 2014-06-30 07:33:17 +01:00
catch_interfaces_testcase.h Switched over to new name/ tag parser 2014-05-16 18:24:07 +01:00
catch_legacy_reporter_adapter.h Refactored a lot of code from headers into impl headers only compiled into one TU 2013-12-03 18:52:41 +00:00
catch_legacy_reporter_adapter.hpp Folded ExpressionResultBuilder into ResultBuilder 2014-05-29 07:50:19 +01:00
catch_list.hpp Only use std::cout/ cert via Catch::cout/ cert - and make those conditional on CATCH_CONFIG_NOSTDOUT 2014-10-02 19:08:19 +01:00
catch_matchers.hpp Removed all trailing whitespace 2013-07-03 19:14:59 +01:00
catch_message.h Suppressed a load of warnings 2014-05-19 18:57:14 +01:00
catch_message.hpp Suppressed a load of warnings 2014-05-19 18:57:14 +01:00
catch_notimplemented_exception.h Suppressed a load of warnings 2014-05-19 18:57:14 +01:00
catch_notimplemented_exception.hpp Conditionally removes usage of deprecated features 2014-03-20 14:03:51 +01:00
catch_objc.hpp Some clean-ups for string handling in Objective-C 2014-06-20 18:05:31 +01:00
catch_objc_arc.hpp Conditionally compile clang pragmas 2012-08-16 18:47:41 +01:00
catch_option.hpp New version of Clara 2014-03-01 10:38:14 +00:00
catch_platform.h Separated out catch_platform.h 2013-08-16 19:08:39 +01:00
catch_ptr.hpp Removed all trailing whitespace 2013-07-03 19:14:59 +01:00
catch_reenable_warnings.h Re-enable warnings disabled for GCC 2014-07-28 07:27:05 +01:00
catch_registry_hub.hpp Removed all trailing whitespace 2013-07-03 19:14:59 +01:00
catch_reporter_registrars.hpp Eliminate a warning in the latest clang with Xcode 2013-09-24 07:41:18 +01:00
catch_reporter_registry.hpp Removed all trailing whitespace 2013-07-03 19:14:59 +01:00
catch_result_builder.h Folded ExpressionResultBuilder into ResultBuilder 2014-05-29 07:50:19 +01:00
catch_result_builder.hpp Renamed ShouldNegate to FalseTest 2014-05-29 08:00:20 +01:00
catch_result_type.h Added signal handlers (and placeholder for SEH handlers) 2014-08-22 08:07:39 +01:00
catch_runner_impl.hpp Only use std::cout/ cert via Catch::cout/ cert - and make those conditional on CATCH_CONFIG_NOSTDOUT 2014-10-02 19:08:19 +01:00
catch_section.h Updated NonCopyable (to include C++11 version) and use for Session and Section 2014-10-03 08:15:27 +01:00
catch_section.hpp Section no longer relies on copy-elision for correctness 2014-07-09 07:39:57 +01:00
catch_section_info.h Section no longer relies on copy-elision for correctness 2014-07-09 07:39:57 +01:00
catch_section_info.hpp Removed all trailing whitespace 2013-07-03 19:14:59 +01:00
catch_sfinae.hpp Removed all trailing whitespace 2013-07-03 19:14:59 +01:00
catch_stream.h Only use std::cout/ cert via Catch::cout/ cert - and make those conditional on CATCH_CONFIG_NOSTDOUT 2014-10-02 19:08:19 +01:00
catch_stream.hpp Only use std::cout/ cert via Catch::cout/ cert - and make those conditional on CATCH_CONFIG_NOSTDOUT 2014-10-02 19:08:19 +01:00
catch_streambuf.h Merge branch 'master' of https://github.com/gnzlbg/Catch 2014-04-18 08:49:35 +01:00
catch_suppress_warnings.h Hide warnings with GCC 2014-07-27 15:16:10 +02:00
catch_tag_alias.h Tag aliases feature 2014-06-30 07:33:17 +01:00
catch_tag_alias_registry.h Tag aliases feature 2014-06-30 07:33:17 +01:00
catch_tag_alias_registry.hpp Only use std::cout/ cert via Catch::cout/ cert - and make those conditional on CATCH_CONFIG_NOSTDOUT 2014-10-02 19:08:19 +01:00
catch_test_case_info.h Added [!mayfail] tag to indicate test case that can fail without failing the suite. 2014-07-03 08:09:57 +01:00
catch_test_case_info.hpp Only use std::cout/ cert via Catch::cout/ cert - and make those conditional on CATCH_CONFIG_NOSTDOUT 2014-10-02 19:08:19 +01:00
catch_test_case_registry_impl.hpp Only use std::cout/ cert via Catch::cout/ cert - and make those conditional on CATCH_CONFIG_NOSTDOUT 2014-10-02 19:08:19 +01:00
catch_test_case_tracker.hpp Sections are, once again, eagerly entered. 2014-04-21 19:02:38 +01:00
catch_test_registry.hpp Removed all trailing whitespace 2013-07-03 19:14:59 +01:00
catch_test_spec.hpp Removed C-style casts 2014-07-09 07:35:34 +01:00
catch_test_spec_parser.hpp Added [!mayfail] tag to indicate test case that can fail without failing the suite. 2014-07-03 08:09:57 +01:00
catch_text.h New version of Clara 2014-03-17 18:40:58 +00:00
catch_timer.h Changed time function name to reflect that it actually returns Microseconds as reported in #323 2014-09-03 19:20:23 +01:00
catch_timer.hpp Changed time function name to reflect that it actually returns Microseconds as reported in #323 2014-09-03 19:20:23 +01:00
catch_tostring.h Some toString cleanups 2014-12-09 18:49:58 +00:00
catch_tostring.hpp Some toString cleanups 2014-12-09 18:49:58 +00:00
catch_totals.hpp Green summary bar is darker if not all passed 2014-07-09 18:24:24 +01:00
catch_version.h Changed branchName to char*, as per #266 2014-04-18 08:28:52 +01:00
catch_version.hpp build 7 2014-10-21 07:25:26 +01:00
catch_xmlwriter.hpp Fixed #include 2014-10-02 19:13:21 +01:00