catch2/include/internal
Phil Nash a04981b450 Build 22 2013-03-08 09:30:25 +00:00
..
catch_approx.hpp Refactoring ResultData out of ResultInfo/ Builder pt2 2012-10-09 11:48:55 +01:00
catch_assertionresult.h Squashed commit of the following: 2012-11-13 21:59:50 +00:00
catch_assertionresult.hpp Squashed commit of the following: 2012-11-13 21:59:50 +00:00
catch_capture.hpp Changed the way info messages are handled. 2013-02-02 19:58:04 +00:00
catch_commandline.hpp Changed the way info messages are handled. 2013-02-02 19:58:04 +00:00
catch_common.h Converted tabs to spaces in some files where they have crept back in 2013-03-08 09:26:20 +00:00
catch_config.hpp Allows console line width to be configured (and defaults to 80). 2013-01-26 20:06:55 +00:00
catch_console_colour.hpp More reformatting 2012-05-15 08:02:36 +01:00
catch_console_colour_impl.hpp Added StringMaker (for partially specialising string conversions), extended BDD macros and moved file/line info to top of message. 2013-03-04 12:19:15 +01:00
catch_context.h Renamed TestCaseInfo -> TestCase 2012-11-22 19:17:20 +00:00
catch_context_impl.hpp Merge remote-tracking branch 'phil' into include-guard-fixes 2012-09-26 21:42:44 -04:00
catch_debugger.hpp Converted tabs to spaces in some files where they have crept back in 2013-03-08 09:26:20 +00:00
catch_default_main.hpp Refactored main() a bit 2012-05-10 08:17:06 +01:00
catch_evaluate.hpp Squashed commit of the following: 2012-11-13 21:59:50 +00:00
catch_exception_translator_registry.hpp Normalize include guards for all *.h and *.hpp 2012-09-17 01:53:39 -04:00
catch_expression_decomposer.hpp Squashed commit of the following: 2012-11-01 08:27:09 +00:00
catch_expression_lhs.hpp Converted tabs to spaces in some files where they have crept back in 2013-03-08 09:26:20 +00:00
catch_expressionresult_builder.h Squashed commit of the following: 2012-11-13 21:59:50 +00:00
catch_expressionresult_builder.hpp Added StringMaker (for partially specialising string conversions), extended BDD macros and moved file/line info to top of message. 2013-03-04 12:19:15 +01:00
catch_generators.hpp Converted tabs to spaces in some files where they have crept back in 2013-03-08 09:26:20 +00:00
catch_generators_impl.hpp Normalize include guards for all *.h and *.hpp 2012-09-17 01:53:39 -04:00
catch_impl.hpp Changed the way info messages are handled. 2013-02-02 19:58:04 +00:00
catch_interfaces_capture.h Removed deprecated message code 2013-02-02 20:36:36 +00:00
catch_interfaces_config.h Builds almost completely cleanly with -WEverything in LLVM 2012-08-13 07:46:10 +01:00
catch_interfaces_exception.h Normalize include guards for all *.h and *.hpp 2012-09-17 01:53:39 -04:00
catch_interfaces_generators.h Builds almost completely cleanly with -WEverything in LLVM 2012-08-13 07:46:10 +01:00
catch_interfaces_registry_hub.h Renamed TestCaseInfo -> TestCase 2012-11-22 19:17:20 +00:00
catch_interfaces_reporter.h Changed the way info messages are handled. 2013-02-02 19:58:04 +00:00
catch_interfaces_runner.h Renamed TestCaseInfo -> TestCase 2012-11-22 19:17:20 +00:00
catch_interfaces_testcase.h Renamed TestCaseInfo -> TestCase 2012-11-22 19:17:20 +00:00
catch_line_wrap.h Fairly major reworking of console reporter (still in progress). 2013-01-13 21:51:44 +00:00
catch_line_wrap.hpp Fairly major reworking of console reporter (still in progress). 2013-01-13 21:51:44 +00:00
catch_list.hpp Split TestCaseInfo into a data only component and the test case function and behaviour. 2012-11-25 11:19:55 +00:00
catch_matchers.hpp Updated obj-c bindings for new Matchers and TestCaseInfo changes 2012-12-06 08:41:38 +00:00
catch_message.h Changed the way info messages are handled. 2013-02-02 19:58:04 +00:00
catch_message.hpp Changed the way info messages are handled. 2013-02-02 19:58:04 +00:00
catch_notimplemented_exception.h First cut of StaticRegistries - separate from Context 2012-08-06 20:16:53 +01:00
catch_notimplemented_exception.hpp Fairly major reworking of console reporter (still in progress). 2013-01-13 21:51:44 +00:00
catch_objc.hpp Added className to TestCase in Obj-C 2013-02-19 08:39:28 +00:00
catch_objc_arc.hpp Conditionally compile clang pragmas 2012-08-16 18:47:41 +01:00
catch_option.hpp Started new reporter, "console", which will replace "basic" when done. 2012-12-05 08:40:53 +00:00
catch_ptr.hpp Started new reporter, "console", which will replace "basic" when done. 2012-12-05 08:40:53 +00:00
catch_registry_hub.hpp Renamed TestCaseInfo -> TestCase 2012-11-22 19:17:20 +00:00
catch_reporter_registrars.hpp IStreamingReporter is now the default. Use REGISTER_LEGACY_REPORTER to register… you guessed it: legacy reporters 2012-11-30 19:29:03 +00:00
catch_reporter_registry.hpp Streaming reporter interface is now used natively. 2012-11-30 19:15:23 +00:00
catch_result_type.h Changed the way info messages are handled. 2013-02-02 19:58:04 +00:00
catch_runner_impl.hpp Added StringMaker (for partially specialising string conversions), extended BDD macros and moved file/line info to top of message. 2013-03-04 12:19:15 +01:00
catch_running_test.hpp Added StringMaker (for partially specialising string conversions), extended BDD macros and moved file/line info to top of message. 2013-03-04 12:19:15 +01:00
catch_section.hpp SectionInfo now goes via new streaming reporter interface 2012-11-30 08:58:46 +00:00
catch_section_info.hpp Renamed SectionInfo -> RunningSection. 2012-11-29 20:31:17 +00:00
catch_stream.hpp Converted tabs to spaces in some files where they have crept back in 2013-03-08 09:26:20 +00:00
catch_streambuf.h Added some surrogate cpps 2012-09-28 19:21:14 +01:00
catch_tags.hpp Squashed commit of the following: 2012-11-13 21:59:50 +00:00
catch_test_case_info.h Started new reporter, "console", which will replace "basic" when done. 2012-12-05 08:40:53 +00:00
catch_test_case_info.hpp Started new reporter, "console", which will replace "basic" when done. 2012-12-05 08:40:53 +00:00
catch_test_case_registry_impl.hpp Split TestCaseInfo into a data only component and the test case function and behaviour. 2012-11-25 11:19:55 +00:00
catch_test_registry.hpp Squashed commit of the following: 2012-11-13 21:59:50 +00:00
catch_test_spec.h Split TestCaseInfo into a data only component and the test case function and behaviour. 2012-11-25 11:19:55 +00:00
catch_tostring.hpp Added StringMaker (for partially specialising string conversions), extended BDD macros and moved file/line info to top of message. 2013-03-04 12:19:15 +01:00
catch_totals.hpp Removed deprecated message code 2013-02-02 20:36:36 +00:00
catch_version.h Version uses constructor instead of initialiser to avoid warnings 2012-12-01 23:42:47 +00:00
catch_version.hpp Build 22 2013-03-08 09:30:25 +00:00
catch_xmlwriter.hpp Don't indent stdout/ stderr in JUnit reporter 2012-11-22 09:02:24 +00:00