|
#define | CATCH_ALL_HPP_INCLUDED |
|
#define | CATCH_BENCHMARK_ALL_HPP_INCLUDED |
|
#define | CATCH_BENCHMARK_HPP_INCLUDED |
|
#define | CATCH_INTERFACES_CONFIG_HPP_INCLUDED |
|
#define | CATCH_NONCOPYABLE_HPP_INCLUDED |
|
#define | CATCH_STRINGREF_HPP_INCLUDED |
|
#define | CATCH_COMPILER_CAPABILITIES_HPP_INCLUDED |
|
#define | CATCH_PLATFORM_HPP_INCLUDED |
|
#define | CATCH_INTERNAL_CONFIG_POSIX_SIGNALS |
|
#define | CATCH_INTERNAL_CONFIG_GLOBAL_NEXTAFTER |
|
#define | CATCH_CONFIG_POSIX_SIGNALS |
|
#define | CATCH_CONFIG_CPP11_TO_STRING |
|
#define | CATCH_CONFIG_DISABLE_EXCEPTIONS |
|
#define | CATCH_CONFIG_GLOBAL_NEXTAFTER |
|
#define | CATCH_INTERNAL_START_WARNINGS_SUPPRESSION |
|
#define | CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION |
|
#define | CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS |
|
#define | CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS |
|
#define | CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS |
|
#define | CATCH_INTERNAL_SUPPRESS_ZERO_VARIADIC_WARNINGS |
|
#define | CATCH_INTERNAL_IGNORE_BUT_WARN(...) |
|
#define | CATCH_INTERNAL_SUPPRESS_UNUSED_TEMPLATE_WARNINGS |
|
#define | CATCH_TRY if ((true)) |
|
#define | CATCH_CATCH_ALL if ((false)) |
|
#define | CATCH_CATCH_ANON(type) if ((false)) |
|
#define | CATCH_CONTEXT_HPP_INCLUDED |
|
#define | CATCH_INTERFACES_REPORTER_HPP_INCLUDED |
|
#define | CATCH_SECTION_INFO_HPP_INCLUDED |
|
#define | CATCH_MOVE_AND_FORWARD_HPP_INCLUDED |
|
#define | CATCH_MOVE(...) static_cast<std::remove_reference_t<decltype(__VA_ARGS__)>&&>(__VA_ARGS__) |
| Replacement for std::move with better compile time performance.
|
|
#define | CATCH_FORWARD(...) static_cast<decltype(__VA_ARGS__)&&>(__VA_ARGS__) |
| Replacement for std::forward with better compile time performance.
|
|
#define | CATCH_SOURCE_LINE_INFO_HPP_INCLUDED |
|
#define | CATCH_INTERNAL_LINEINFO ::Catch::SourceLineInfo( __FILE__, static_cast<std::size_t>( __LINE__ ) ) |
|
#define | CATCH_TOTALS_HPP_INCLUDED |
|
#define | CATCH_ASSERTION_RESULT_HPP_INCLUDED |
|
#define | CATCH_ASSERTION_INFO_HPP_INCLUDED |
|
#define | CATCH_RESULT_TYPE_HPP_INCLUDED |
|
#define | CATCH_LAZY_EXPR_HPP_INCLUDED |
|
#define | CATCH_MESSAGE_INFO_HPP_INCLUDED |
|
#define | CATCH_INTERFACES_CAPTURE_HPP_INCLUDED |
|
#define | CATCH_UNIQUE_PTR_HPP_INCLUDED |
|
#define | CATCH_ESTIMATE_HPP_INCLUDED |
|
#define | CATCH_OUTLIER_CLASSIFICATION_HPP_INCLUDED |
|
#define | CATCH_UNIQUE_NAME_HPP_INCLUDED |
|
#define | CATCH_CONFIG_COUNTER_HPP_INCLUDED |
|
#define | CATCH_INTERNAL_CONFIG_COUNTER |
|
#define | CATCH_CONFIG_COUNTER |
|
#define | INTERNAL_CATCH_UNIQUE_NAME_LINE2(name, line) name##line |
|
#define | INTERNAL_CATCH_UNIQUE_NAME_LINE(name, line) INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) |
|
#define | INTERNAL_CATCH_UNIQUE_NAME(name) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __COUNTER__ ) |
|
#define | CATCH_CHRONOMETER_HPP_INCLUDED |
|
#define | CATCH_CLOCK_HPP_INCLUDED |
|
#define | CATCH_OPTIMIZER_HPP_INCLUDED |
|
#define | CATCH_COMPLETE_INVOKE_HPP_INCLUDED |
|
#define | CATCH_TEST_FAILURE_EXCEPTION_HPP_INCLUDED |
|
#define | CATCH_META_HPP_INCLUDED |
|
#define | CATCH_INTERFACES_REGISTRY_HUB_HPP_INCLUDED |
|
#define | CATCH_ENVIRONMENT_HPP_INCLUDED |
|
#define | CATCH_EXECUTION_PLAN_HPP_INCLUDED |
|
#define | CATCH_BENCHMARK_FUNCTION_HPP_INCLUDED |
|
#define | CATCH_REPEAT_HPP_INCLUDED |
|
#define | CATCH_RUN_FOR_AT_LEAST_HPP_INCLUDED |
|
#define | CATCH_MEASURE_HPP_INCLUDED |
|
#define | CATCH_TIMING_HPP_INCLUDED |
|
#define | CATCH_ESTIMATE_CLOCK_HPP_INCLUDED |
|
#define | CATCH_STATS_HPP_INCLUDED |
|
#define | CATCH_ANALYSE_HPP_INCLUDED |
|
#define | CATCH_SAMPLE_ANALYSIS_HPP_INCLUDED |
|
#define | INTERNAL_CATCH_GET_1_ARG(arg1, arg2, ...) arg1 |
|
#define | INTERNAL_CATCH_GET_2_ARG(arg1, arg2, ...) arg2 |
|
#define | INTERNAL_CATCH_BENCHMARK(BenchmarkName, name, benchmarkIndex) |
|
#define | INTERNAL_CATCH_BENCHMARK_ADVANCED(BenchmarkName, name) |
|
#define | BENCHMARK(...) INTERNAL_CATCH_BENCHMARK(INTERNAL_CATCH_UNIQUE_NAME(CATCH2_INTERNAL_BENCHMARK_), INTERNAL_CATCH_GET_1_ARG(__VA_ARGS__,,), INTERNAL_CATCH_GET_2_ARG(__VA_ARGS__,,)) |
|
#define | BENCHMARK_ADVANCED(name) INTERNAL_CATCH_BENCHMARK_ADVANCED(INTERNAL_CATCH_UNIQUE_NAME(CATCH2_INTERNAL_BENCHMARK_), name) |
|
#define | CATCH_CONSTRUCTOR_HPP_INCLUDED |
|
#define | CATCH_APPROX_HPP_INCLUDED |
|
#define | CATCH_TOSTRING_HPP_INCLUDED |
|
#define | CATCH_CONFIG_WCHAR_HPP_INCLUDED |
|
#define | CATCH_CONFIG_WCHAR |
|
#define | CATCH_REUSABLE_STRING_STREAM_HPP_INCLUDED |
|
#define | CATCH_VOID_TYPE_HPP_INCLUDED |
|
#define | CATCH_INTERFACES_ENUM_VALUES_REGISTRY_HPP_INCLUDED |
|
#define | INTERNAL_CATCH_REGISTER_ENUM(enumName, ...) |
|
#define | CATCH_REGISTER_ENUM(enumName, ...) INTERNAL_CATCH_REGISTER_ENUM( enumName, __VA_ARGS__ ) |
|
#define | CATCH_CONFIG_HPP_INCLUDED |
|
#define | CATCH_TEST_SPEC_HPP_INCLUDED |
|
#define | CATCH_WILDCARD_PATTERN_HPP_INCLUDED |
|
#define | CATCH_CASE_SENSITIVE_HPP_INCLUDED |
|
#define | CATCH_OPTIONAL_HPP_INCLUDED |
|
#define | CATCH_RANDOM_SEED_GENERATION_HPP_INCLUDED |
|
#define | CATCH_REPORTER_SPEC_PARSER_HPP_INCLUDED |
|
#define | CATCH_CONSOLE_COLOUR_HPP_INCLUDED |
|
#define | CATCH_MESSAGE_HPP_INCLUDED |
|
#define | CATCH_STREAM_END_STOP_HPP_INCLUDED |
|
#define | INTERNAL_CATCH_MSG(macroName, messageType, resultDisposition, ...) |
|
#define | INTERNAL_CATCH_CAPTURE(varName, macroName, ...) |
|
#define | INTERNAL_CATCH_INFO(macroName, log) Catch::ScopedMessage INTERNAL_CATCH_UNIQUE_NAME( scopedMessage )( Catch::MessageBuilder( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, Catch::ResultWas::Info ) << log ) |
|
#define | INTERNAL_CATCH_UNSCOPED_INFO(macroName, log) Catch::getResultCapture().emplaceUnscopedMessage( Catch::MessageBuilder( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, Catch::ResultWas::Info ) << log ) |
|
#define | INFO(msg) INTERNAL_CATCH_INFO( "INFO", msg ) |
|
#define | UNSCOPED_INFO(msg) INTERNAL_CATCH_UNSCOPED_INFO( "UNSCOPED_INFO", msg ) |
|
#define | WARN(msg) INTERNAL_CATCH_MSG( "WARN", Catch::ResultWas::Warning, Catch::ResultDisposition::ContinueOnFailure, msg ) |
|
#define | CAPTURE(...) INTERNAL_CATCH_CAPTURE( INTERNAL_CATCH_UNIQUE_NAME(capturer), "CAPTURE", __VA_ARGS__ ) |
|
#define | CATCH_SESSION_HPP_INCLUDED |
|
#define | CATCH_COMMANDLINE_HPP_INCLUDED |
|
#define | CATCH_CLARA_HPP_INCLUDED |
|
#define | CATCH_TAG_ALIAS_HPP_INCLUDED |
|
#define | CATCH_TAG_ALIAS_AUTOREGISTRAR_HPP_INCLUDED |
|
#define | CATCH_REGISTER_TAG_ALIAS(alias, spec) |
|
#define | CATCH_TEMPLATE_TEST_MACROS_HPP_INCLUDED |
|
#define | CATCH_TEST_MACROS_HPP_INCLUDED |
|
#define | CATCH_TEST_MACRO_IMPL_HPP_INCLUDED |
|
#define | CATCH_ASSERTION_HANDLER_HPP_INCLUDED |
|
#define | CATCH_DECOMPOSER_HPP_INCLUDED |
|
#define | CATCH_INTERNAL_DEFINE_EXPRESSION_OPERATOR(op) |
|
#define | CATCH_INTERNAL_STRINGIFY(...) #__VA_ARGS__ |
|
#define | INTERNAL_CATCH_TRY |
|
#define | INTERNAL_CATCH_CATCH(capturer) |
|
#define | INTERNAL_CATCH_REACT(handler) handler.complete(); |
|
#define | INTERNAL_CATCH_TEST(macroName, resultDisposition, ...) |
|
#define | INTERNAL_CATCH_IF(macroName, resultDisposition, ...) |
|
#define | INTERNAL_CATCH_ELSE(macroName, resultDisposition, ...) |
|
#define | INTERNAL_CATCH_NO_THROW(macroName, resultDisposition, ...) |
|
#define | INTERNAL_CATCH_THROWS(macroName, resultDisposition, ...) |
|
#define | INTERNAL_CATCH_THROWS_AS(macroName, exceptionType, resultDisposition, expr) |
|
#define | INTERNAL_CATCH_THROWS_STR_MATCHES(macroName, resultDisposition, matcher, ...) |
|
#define | CATCH_SECTION_HPP_INCLUDED |
|
#define | CATCH_TIMER_HPP_INCLUDED |
|
#define | INTERNAL_CATCH_SECTION(...) |
|
#define | INTERNAL_CATCH_DYNAMIC_SECTION(...) |
|
#define | CATCH_TEST_REGISTRY_HPP_INCLUDED |
|
#define | CATCH_INTERFACES_TESTCASE_HPP_INCLUDED |
|
#define | CATCH_PREPROCESSOR_REMOVE_PARENS_HPP_INCLUDED |
|
#define | INTERNAL_CATCH_EXPAND1(param) INTERNAL_CATCH_EXPAND2( param ) |
|
#define | INTERNAL_CATCH_EXPAND2(...) INTERNAL_CATCH_NO##__VA_ARGS__ |
|
#define | INTERNAL_CATCH_DEF(...) INTERNAL_CATCH_DEF __VA_ARGS__ |
|
#define | INTERNAL_CATCH_NOINTERNAL_CATCH_DEF |
|
#define | INTERNAL_CATCH_REMOVE_PARENS(...) INTERNAL_CATCH_EXPAND1( INTERNAL_CATCH_DEF __VA_ARGS__ ) |
|
#define | INTERNAL_CATCH_TESTCASE2(TestName, ...) |
|
#define | INTERNAL_CATCH_TESTCASE(...) INTERNAL_CATCH_TESTCASE2( INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEST_ ), __VA_ARGS__ ) |
|
#define | INTERNAL_CATCH_METHOD_AS_TEST_CASE(QualifiedMethod, ...) |
|
#define | INTERNAL_CATCH_TEST_CASE_METHOD2(TestName, ClassName, ...) |
|
#define | INTERNAL_CATCH_TEST_CASE_METHOD(ClassName, ...) INTERNAL_CATCH_TEST_CASE_METHOD2( INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEST_ ), ClassName, __VA_ARGS__ ) |
|
#define | INTERNAL_CATCH_REGISTER_TESTCASE(Function, ...) |
|
#define | REQUIRE(...) INTERNAL_CATCH_TEST( "REQUIRE", Catch::ResultDisposition::Normal, __VA_ARGS__ ) |
|
#define | REQUIRE_FALSE(...) INTERNAL_CATCH_TEST( "REQUIRE_FALSE", Catch::ResultDisposition::Normal | Catch::ResultDisposition::FalseTest, __VA_ARGS__ ) |
|
#define | REQUIRE_THROWS(...) INTERNAL_CATCH_THROWS( "REQUIRE_THROWS", Catch::ResultDisposition::Normal, __VA_ARGS__ ) |
|
#define | REQUIRE_THROWS_AS(expr, exceptionType) INTERNAL_CATCH_THROWS_AS( "REQUIRE_THROWS_AS", exceptionType, Catch::ResultDisposition::Normal, expr ) |
|
#define | REQUIRE_NOTHROW(...) INTERNAL_CATCH_NO_THROW( "REQUIRE_NOTHROW", Catch::ResultDisposition::Normal, __VA_ARGS__ ) |
|
#define | CHECK(...) INTERNAL_CATCH_TEST( "CHECK", Catch::ResultDisposition::ContinueOnFailure, __VA_ARGS__ ) |
|
#define | CHECK_FALSE(...) INTERNAL_CATCH_TEST( "CHECK_FALSE", Catch::ResultDisposition::ContinueOnFailure | Catch::ResultDisposition::FalseTest, __VA_ARGS__ ) |
|
#define | CHECKED_IF(...) INTERNAL_CATCH_IF( "CHECKED_IF", Catch::ResultDisposition::ContinueOnFailure | Catch::ResultDisposition::SuppressFail, __VA_ARGS__ ) |
|
#define | CHECKED_ELSE(...) INTERNAL_CATCH_ELSE( "CHECKED_ELSE", Catch::ResultDisposition::ContinueOnFailure | Catch::ResultDisposition::SuppressFail, __VA_ARGS__ ) |
|
#define | CHECK_NOFAIL(...) INTERNAL_CATCH_TEST( "CHECK_NOFAIL", Catch::ResultDisposition::ContinueOnFailure | Catch::ResultDisposition::SuppressFail, __VA_ARGS__ ) |
|
#define | CHECK_THROWS(...) INTERNAL_CATCH_THROWS( "CHECK_THROWS", Catch::ResultDisposition::ContinueOnFailure, __VA_ARGS__ ) |
|
#define | CHECK_THROWS_AS(expr, exceptionType) INTERNAL_CATCH_THROWS_AS( "CHECK_THROWS_AS", exceptionType, Catch::ResultDisposition::ContinueOnFailure, expr ) |
|
#define | CHECK_NOTHROW(...) INTERNAL_CATCH_NO_THROW( "CHECK_NOTHROW", Catch::ResultDisposition::ContinueOnFailure, __VA_ARGS__ ) |
|
#define | TEST_CASE(...) INTERNAL_CATCH_TESTCASE( __VA_ARGS__ ) |
|
#define | TEST_CASE_METHOD(className, ...) INTERNAL_CATCH_TEST_CASE_METHOD( className, __VA_ARGS__ ) |
|
#define | METHOD_AS_TEST_CASE(method, ...) INTERNAL_CATCH_METHOD_AS_TEST_CASE( method, __VA_ARGS__ ) |
|
#define | REGISTER_TEST_CASE(Function, ...) INTERNAL_CATCH_REGISTER_TESTCASE( Function, __VA_ARGS__ ) |
|
#define | SECTION(...) INTERNAL_CATCH_SECTION( __VA_ARGS__ ) |
|
#define | DYNAMIC_SECTION(...) INTERNAL_CATCH_DYNAMIC_SECTION( __VA_ARGS__ ) |
|
#define | FAIL(...) INTERNAL_CATCH_MSG( "FAIL", Catch::ResultWas::ExplicitFailure, Catch::ResultDisposition::Normal, __VA_ARGS__ ) |
|
#define | FAIL_CHECK(...) INTERNAL_CATCH_MSG( "FAIL_CHECK", Catch::ResultWas::ExplicitFailure, Catch::ResultDisposition::ContinueOnFailure, __VA_ARGS__ ) |
|
#define | SUCCEED(...) INTERNAL_CATCH_MSG( "SUCCEED", Catch::ResultWas::Ok, Catch::ResultDisposition::ContinueOnFailure, __VA_ARGS__ ) |
|
#define | STATIC_REQUIRE(...) static_assert( __VA_ARGS__, #__VA_ARGS__ ); SUCCEED( #__VA_ARGS__ ) |
|
#define | STATIC_REQUIRE_FALSE(...) static_assert( !(__VA_ARGS__), "!(" #__VA_ARGS__ ")" ); SUCCEED( "!(" #__VA_ARGS__ ")" ) |
|
#define | STATIC_CHECK(...) static_assert( __VA_ARGS__, #__VA_ARGS__ ); SUCCEED( #__VA_ARGS__ ) |
|
#define | STATIC_CHECK_FALSE(...) static_assert( !(__VA_ARGS__), "!(" #__VA_ARGS__ ")" ); SUCCEED( "!(" #__VA_ARGS__ ")" ) |
|
#define | SCENARIO(...) TEST_CASE( "Scenario: " __VA_ARGS__ ) |
|
#define | SCENARIO_METHOD(className, ...) INTERNAL_CATCH_TEST_CASE_METHOD( className, "Scenario: " __VA_ARGS__ ) |
|
#define | GIVEN(desc) INTERNAL_CATCH_DYNAMIC_SECTION( " Given: " << desc ) |
|
#define | AND_GIVEN(desc) INTERNAL_CATCH_DYNAMIC_SECTION( "And given: " << desc ) |
|
#define | WHEN(desc) INTERNAL_CATCH_DYNAMIC_SECTION( " When: " << desc ) |
|
#define | AND_WHEN(desc) INTERNAL_CATCH_DYNAMIC_SECTION( " And when: " << desc ) |
|
#define | THEN(desc) INTERNAL_CATCH_DYNAMIC_SECTION( " Then: " << desc ) |
|
#define | AND_THEN(desc) INTERNAL_CATCH_DYNAMIC_SECTION( " And: " << desc ) |
|
#define | CATCH_TEMPLATE_TEST_REGISTRY_HPP_INCLUDED |
|
#define | CATCH_PREPROCESSOR_HPP_INCLUDED |
|
#define | CATCH_RECURSION_LEVEL0(...) __VA_ARGS__ |
|
#define | CATCH_RECURSION_LEVEL1(...) CATCH_RECURSION_LEVEL0(CATCH_RECURSION_LEVEL0(CATCH_RECURSION_LEVEL0(__VA_ARGS__))) |
|
#define | CATCH_RECURSION_LEVEL2(...) CATCH_RECURSION_LEVEL1(CATCH_RECURSION_LEVEL1(CATCH_RECURSION_LEVEL1(__VA_ARGS__))) |
|
#define | CATCH_RECURSION_LEVEL3(...) CATCH_RECURSION_LEVEL2(CATCH_RECURSION_LEVEL2(CATCH_RECURSION_LEVEL2(__VA_ARGS__))) |
|
#define | CATCH_RECURSION_LEVEL4(...) CATCH_RECURSION_LEVEL3(CATCH_RECURSION_LEVEL3(CATCH_RECURSION_LEVEL3(__VA_ARGS__))) |
|
#define | CATCH_RECURSION_LEVEL5(...) CATCH_RECURSION_LEVEL4(CATCH_RECURSION_LEVEL4(CATCH_RECURSION_LEVEL4(__VA_ARGS__))) |
|
#define | CATCH_RECURSE(...) CATCH_RECURSION_LEVEL5(__VA_ARGS__) |
|
#define | CATCH_REC_END(...) |
|
#define | CATCH_REC_OUT |
|
#define | CATCH_EMPTY() |
|
#define | CATCH_DEFER(id) id CATCH_EMPTY() |
|
#define | CATCH_REC_GET_END2() 0, CATCH_REC_END |
|
#define | CATCH_REC_GET_END1(...) CATCH_REC_GET_END2 |
|
#define | CATCH_REC_GET_END(...) CATCH_REC_GET_END1 |
|
#define | CATCH_REC_NEXT0(test, next, ...) next CATCH_REC_OUT |
|
#define | CATCH_REC_NEXT1(test, next) CATCH_DEFER ( CATCH_REC_NEXT0 ) ( test, next, 0) |
|
#define | CATCH_REC_NEXT(test, next) CATCH_REC_NEXT1(CATCH_REC_GET_END test, next) |
|
#define | CATCH_REC_LIST0(f, x, peek, ...) , f(x) CATCH_DEFER ( CATCH_REC_NEXT(peek, CATCH_REC_LIST1) ) ( f, peek, __VA_ARGS__ ) |
|
#define | CATCH_REC_LIST1(f, x, peek, ...) , f(x) CATCH_DEFER ( CATCH_REC_NEXT(peek, CATCH_REC_LIST0) ) ( f, peek, __VA_ARGS__ ) |
|
#define | CATCH_REC_LIST2(f, x, peek, ...) f(x) CATCH_DEFER ( CATCH_REC_NEXT(peek, CATCH_REC_LIST1) ) ( f, peek, __VA_ARGS__ ) |
|
#define | CATCH_REC_LIST0_UD(f, userdata, x, peek, ...) , f(userdata, x) CATCH_DEFER ( CATCH_REC_NEXT(peek, CATCH_REC_LIST1_UD) ) ( f, userdata, peek, __VA_ARGS__ ) |
|
#define | CATCH_REC_LIST1_UD(f, userdata, x, peek, ...) , f(userdata, x) CATCH_DEFER ( CATCH_REC_NEXT(peek, CATCH_REC_LIST0_UD) ) ( f, userdata, peek, __VA_ARGS__ ) |
|
#define | CATCH_REC_LIST2_UD(f, userdata, x, peek, ...) f(userdata, x) CATCH_DEFER ( CATCH_REC_NEXT(peek, CATCH_REC_LIST1_UD) ) ( f, userdata, peek, __VA_ARGS__ ) |
|
#define | CATCH_REC_LIST_UD(f, userdata, ...) CATCH_RECURSE(CATCH_REC_LIST2_UD(f, userdata, __VA_ARGS__, ()()(), ()()(), ()()(), 0)) |
|
#define | CATCH_REC_LIST(f, ...) CATCH_RECURSE(CATCH_REC_LIST2(f, __VA_ARGS__, ()()(), ()()(), ()()(), 0)) |
|
#define | INTERNAL_CATCH_STRINGIZE(...) INTERNAL_CATCH_STRINGIZE2(__VA_ARGS__) |
|
#define | INTERNAL_CATCH_STRINGIZE2(...) #__VA_ARGS__ |
|
#define | INTERNAL_CATCH_STRINGIZE_WITHOUT_PARENS(param) INTERNAL_CATCH_STRINGIZE(INTERNAL_CATCH_REMOVE_PARENS(param)) |
|
#define | INTERNAL_CATCH_MAKE_NAMESPACE2(...) ns_##__VA_ARGS__ |
|
#define | INTERNAL_CATCH_MAKE_NAMESPACE(name) INTERNAL_CATCH_MAKE_NAMESPACE2(name) |
|
#define | INTERNAL_CATCH_MAKE_TYPE_LIST2(...) decltype(get_wrapper<INTERNAL_CATCH_REMOVE_PARENS_GEN(__VA_ARGS__)>()) |
|
#define | INTERNAL_CATCH_MAKE_TYPE_LIST(...) INTERNAL_CATCH_MAKE_TYPE_LIST2(INTERNAL_CATCH_REMOVE_PARENS(__VA_ARGS__)) |
|
#define | INTERNAL_CATCH_MAKE_TYPE_LISTS_FROM_TYPES(...) CATCH_REC_LIST(INTERNAL_CATCH_MAKE_TYPE_LIST,__VA_ARGS__) |
|
#define | INTERNAL_CATCH_REMOVE_PARENS_1_ARG(_0) INTERNAL_CATCH_REMOVE_PARENS(_0) |
|
#define | INTERNAL_CATCH_REMOVE_PARENS_2_ARG(_0, _1) INTERNAL_CATCH_REMOVE_PARENS(_0), INTERNAL_CATCH_REMOVE_PARENS_1_ARG(_1) |
|
#define | INTERNAL_CATCH_REMOVE_PARENS_3_ARG(_0, _1, _2) INTERNAL_CATCH_REMOVE_PARENS(_0), INTERNAL_CATCH_REMOVE_PARENS_2_ARG(_1, _2) |
|
#define | INTERNAL_CATCH_REMOVE_PARENS_4_ARG(_0, _1, _2, _3) INTERNAL_CATCH_REMOVE_PARENS(_0), INTERNAL_CATCH_REMOVE_PARENS_3_ARG(_1, _2, _3) |
|
#define | INTERNAL_CATCH_REMOVE_PARENS_5_ARG(_0, _1, _2, _3, _4) INTERNAL_CATCH_REMOVE_PARENS(_0), INTERNAL_CATCH_REMOVE_PARENS_4_ARG(_1, _2, _3, _4) |
|
#define | INTERNAL_CATCH_REMOVE_PARENS_6_ARG(_0, _1, _2, _3, _4, _5) INTERNAL_CATCH_REMOVE_PARENS(_0), INTERNAL_CATCH_REMOVE_PARENS_5_ARG(_1, _2, _3, _4, _5) |
|
#define | INTERNAL_CATCH_REMOVE_PARENS_7_ARG(_0, _1, _2, _3, _4, _5, _6) INTERNAL_CATCH_REMOVE_PARENS(_0), INTERNAL_CATCH_REMOVE_PARENS_6_ARG(_1, _2, _3, _4, _5, _6) |
|
#define | INTERNAL_CATCH_REMOVE_PARENS_8_ARG(_0, _1, _2, _3, _4, _5, _6, _7) INTERNAL_CATCH_REMOVE_PARENS(_0), INTERNAL_CATCH_REMOVE_PARENS_7_ARG(_1, _2, _3, _4, _5, _6, _7) |
|
#define | INTERNAL_CATCH_REMOVE_PARENS_9_ARG(_0, _1, _2, _3, _4, _5, _6, _7, _8) INTERNAL_CATCH_REMOVE_PARENS(_0), INTERNAL_CATCH_REMOVE_PARENS_8_ARG(_1, _2, _3, _4, _5, _6, _7, _8) |
|
#define | INTERNAL_CATCH_REMOVE_PARENS_10_ARG(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9) INTERNAL_CATCH_REMOVE_PARENS(_0), INTERNAL_CATCH_REMOVE_PARENS_9_ARG(_1, _2, _3, _4, _5, _6, _7, _8, _9) |
|
#define | INTERNAL_CATCH_REMOVE_PARENS_11_ARG(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10) INTERNAL_CATCH_REMOVE_PARENS(_0), INTERNAL_CATCH_REMOVE_PARENS_10_ARG(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10) |
|
#define | INTERNAL_CATCH_VA_NARGS_IMPL(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, N, ...) N |
|
#define | INTERNAL_CATCH_TYPE_GEN |
|
#define | INTERNAL_CATCH_NTTP_1(signature, ...) |
|
#define | INTERNAL_CATCH_DECLARE_SIG_TEST0(TestName) |
|
#define | INTERNAL_CATCH_DECLARE_SIG_TEST1(TestName, signature) |
|
#define | INTERNAL_CATCH_DECLARE_SIG_TEST_X(TestName, signature, ...) |
|
#define | INTERNAL_CATCH_DEFINE_SIG_TEST0(TestName) |
|
#define | INTERNAL_CATCH_DEFINE_SIG_TEST1(TestName, signature) |
|
#define | INTERNAL_CATCH_DEFINE_SIG_TEST_X(TestName, signature, ...) |
|
#define | INTERNAL_CATCH_NTTP_REGISTER0(TestFunc, signature) |
|
#define | INTERNAL_CATCH_NTTP_REGISTER(TestFunc, signature, ...) |
|
#define | INTERNAL_CATCH_NTTP_REGISTER_METHOD0(TestName, signature, ...) |
|
#define | INTERNAL_CATCH_NTTP_REGISTER_METHOD(TestName, signature, ...) |
|
#define | INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD0(TestName, ClassName) |
|
#define | INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD1(TestName, ClassName, signature) |
|
#define | INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD_X(TestName, ClassName, signature, ...) |
|
#define | INTERNAL_CATCH_DEFINE_SIG_TEST_METHOD0(TestName) |
|
#define | INTERNAL_CATCH_DEFINE_SIG_TEST_METHOD1(TestName, signature) |
|
#define | INTERNAL_CATCH_DEFINE_SIG_TEST_METHOD_X(TestName, signature, ...) |
|
#define | INTERNAL_CATCH_NTTP_0 |
|
#define | INTERNAL_CATCH_NTTP_GEN(...) INTERNAL_CATCH_VA_NARGS_IMPL(__VA_ARGS__, INTERNAL_CATCH_NTTP_1(__VA_ARGS__), INTERNAL_CATCH_NTTP_1(__VA_ARGS__), INTERNAL_CATCH_NTTP_1(__VA_ARGS__), INTERNAL_CATCH_NTTP_1(__VA_ARGS__), INTERNAL_CATCH_NTTP_1(__VA_ARGS__), INTERNAL_CATCH_NTTP_1( __VA_ARGS__), INTERNAL_CATCH_NTTP_1( __VA_ARGS__), INTERNAL_CATCH_NTTP_1( __VA_ARGS__), INTERNAL_CATCH_NTTP_1( __VA_ARGS__),INTERNAL_CATCH_NTTP_1( __VA_ARGS__), INTERNAL_CATCH_NTTP_0) |
|
#define | INTERNAL_CATCH_DEFINE_SIG_TEST_METHOD(TestName, ...) INTERNAL_CATCH_VA_NARGS_IMPL( "dummy", __VA_ARGS__, INTERNAL_CATCH_DEFINE_SIG_TEST_METHOD_X,INTERNAL_CATCH_DEFINE_SIG_TEST_METHOD_X, INTERNAL_CATCH_DEFINE_SIG_TEST_METHOD_X, INTERNAL_CATCH_DEFINE_SIG_TEST_METHOD_X, INTERNAL_CATCH_DEFINE_SIG_TEST_METHOD_X, INTERNAL_CATCH_DEFINE_SIG_TEST_METHOD_X, INTERNAL_CATCH_DEFINE_SIG_TEST_METHOD_X,INTERNAL_CATCH_DEFINE_SIG_TEST_METHOD_X,INTERNAL_CATCH_DEFINE_SIG_TEST_METHOD_X, INTERNAL_CATCH_DEFINE_SIG_TEST_METHOD1, INTERNAL_CATCH_DEFINE_SIG_TEST_METHOD0)(TestName, __VA_ARGS__) |
|
#define | INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD(TestName, ClassName, ...) INTERNAL_CATCH_VA_NARGS_IMPL( "dummy", __VA_ARGS__, INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD_X,INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD_X, INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD_X, INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD_X, INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD_X, INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD_X, INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD_X,INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD_X,INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD_X, INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD1, INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD0)(TestName, ClassName, __VA_ARGS__) |
|
#define | INTERNAL_CATCH_NTTP_REG_METHOD_GEN(TestName, ...) INTERNAL_CATCH_VA_NARGS_IMPL( "dummy", __VA_ARGS__, INTERNAL_CATCH_NTTP_REGISTER_METHOD, INTERNAL_CATCH_NTTP_REGISTER_METHOD, INTERNAL_CATCH_NTTP_REGISTER_METHOD, INTERNAL_CATCH_NTTP_REGISTER_METHOD, INTERNAL_CATCH_NTTP_REGISTER_METHOD, INTERNAL_CATCH_NTTP_REGISTER_METHOD, INTERNAL_CATCH_NTTP_REGISTER_METHOD, INTERNAL_CATCH_NTTP_REGISTER_METHOD, INTERNAL_CATCH_NTTP_REGISTER_METHOD, INTERNAL_CATCH_NTTP_REGISTER_METHOD0, INTERNAL_CATCH_NTTP_REGISTER_METHOD0)(TestName, __VA_ARGS__) |
|
#define | INTERNAL_CATCH_NTTP_REG_GEN(TestFunc, ...) INTERNAL_CATCH_VA_NARGS_IMPL( "dummy", __VA_ARGS__, INTERNAL_CATCH_NTTP_REGISTER, INTERNAL_CATCH_NTTP_REGISTER, INTERNAL_CATCH_NTTP_REGISTER, INTERNAL_CATCH_NTTP_REGISTER, INTERNAL_CATCH_NTTP_REGISTER, INTERNAL_CATCH_NTTP_REGISTER, INTERNAL_CATCH_NTTP_REGISTER, INTERNAL_CATCH_NTTP_REGISTER, INTERNAL_CATCH_NTTP_REGISTER, INTERNAL_CATCH_NTTP_REGISTER0, INTERNAL_CATCH_NTTP_REGISTER0)(TestFunc, __VA_ARGS__) |
|
#define | INTERNAL_CATCH_DEFINE_SIG_TEST(TestName, ...) INTERNAL_CATCH_VA_NARGS_IMPL( "dummy", __VA_ARGS__, INTERNAL_CATCH_DEFINE_SIG_TEST_X, INTERNAL_CATCH_DEFINE_SIG_TEST_X, INTERNAL_CATCH_DEFINE_SIG_TEST_X, INTERNAL_CATCH_DEFINE_SIG_TEST_X, INTERNAL_CATCH_DEFINE_SIG_TEST_X, INTERNAL_CATCH_DEFINE_SIG_TEST_X, INTERNAL_CATCH_DEFINE_SIG_TEST_X, INTERNAL_CATCH_DEFINE_SIG_TEST_X,INTERNAL_CATCH_DEFINE_SIG_TEST_X,INTERNAL_CATCH_DEFINE_SIG_TEST1, INTERNAL_CATCH_DEFINE_SIG_TEST0)(TestName, __VA_ARGS__) |
|
#define | INTERNAL_CATCH_DECLARE_SIG_TEST(TestName, ...) INTERNAL_CATCH_VA_NARGS_IMPL( "dummy", __VA_ARGS__, INTERNAL_CATCH_DECLARE_SIG_TEST_X,INTERNAL_CATCH_DECLARE_SIG_TEST_X, INTERNAL_CATCH_DECLARE_SIG_TEST_X, INTERNAL_CATCH_DECLARE_SIG_TEST_X, INTERNAL_CATCH_DECLARE_SIG_TEST_X, INTERNAL_CATCH_DECLARE_SIG_TEST_X, INTERNAL_CATCH_DEFINE_SIG_TEST_X,INTERNAL_CATCH_DECLARE_SIG_TEST_X,INTERNAL_CATCH_DECLARE_SIG_TEST_X, INTERNAL_CATCH_DECLARE_SIG_TEST1, INTERNAL_CATCH_DECLARE_SIG_TEST0)(TestName, __VA_ARGS__) |
|
#define | INTERNAL_CATCH_REMOVE_PARENS_GEN(...) INTERNAL_CATCH_VA_NARGS_IMPL(__VA_ARGS__, INTERNAL_CATCH_REMOVE_PARENS_11_ARG,INTERNAL_CATCH_REMOVE_PARENS_10_ARG,INTERNAL_CATCH_REMOVE_PARENS_9_ARG,INTERNAL_CATCH_REMOVE_PARENS_8_ARG,INTERNAL_CATCH_REMOVE_PARENS_7_ARG,INTERNAL_CATCH_REMOVE_PARENS_6_ARG,INTERNAL_CATCH_REMOVE_PARENS_5_ARG,INTERNAL_CATCH_REMOVE_PARENS_4_ARG,INTERNAL_CATCH_REMOVE_PARENS_3_ARG,INTERNAL_CATCH_REMOVE_PARENS_2_ARG,INTERNAL_CATCH_REMOVE_PARENS_1_ARG)(__VA_ARGS__) |
|
#define | INTERNAL_CATCH_TEMPLATE_TEST_CASE_2(TestName, TestFunc, Name, Tags, Signature, ...) |
|
#define | INTERNAL_CATCH_TEMPLATE_TEST_CASE(Name, Tags, ...) INTERNAL_CATCH_TEMPLATE_TEST_CASE_2( INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_ ), INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_ ), Name, Tags, typename TestType, __VA_ARGS__ ) |
|
#define | INTERNAL_CATCH_TEMPLATE_TEST_CASE_SIG(Name, Tags, Signature, ...) INTERNAL_CATCH_TEMPLATE_TEST_CASE_2( INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_ ), INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_ ), Name, Tags, Signature, __VA_ARGS__ ) |
|
#define | INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE2(TestName, TestFuncName, Name, Tags, Signature, TmplTypes, TypesList) |
|
#define | INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE(Name, Tags, ...) INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE2(INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_ ), INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_ ), Name, Tags, typename T,__VA_ARGS__) |
|
#define | INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_SIG(Name, Tags, Signature, ...) INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE2(INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_ ), INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_ ), Name, Tags, Signature, __VA_ARGS__) |
|
#define | INTERNAL_CATCH_TEMPLATE_LIST_TEST_CASE_2(TestName, TestFunc, Name, Tags, TmplList) |
|
#define | INTERNAL_CATCH_TEMPLATE_LIST_TEST_CASE(Name, Tags, TmplList) INTERNAL_CATCH_TEMPLATE_LIST_TEST_CASE_2( INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_ ), INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_ ), Name, Tags, TmplList ) |
|
#define | INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD_2(TestNameClass, TestName, ClassName, Name, Tags, Signature, ...) |
|
#define | INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD(ClassName, Name, Tags, ...) INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD_2( INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_CLASS_ ), INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_ ) , ClassName, Name, Tags, typename T, __VA_ARGS__ ) |
|
#define | INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD_SIG(ClassName, Name, Tags, Signature, ...) INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD_2( INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_CLASS_ ), INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_ ) , ClassName, Name, Tags, Signature, __VA_ARGS__ ) |
|
#define | INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD_2(TestNameClass, TestName, ClassName, Name, Tags, Signature, TmplTypes, TypesList) |
|
#define | INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD(ClassName, Name, Tags, ...) INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD_2( INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_ ), INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_ ), ClassName, Name, Tags, typename T, __VA_ARGS__ ) |
|
#define | INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD_SIG(ClassName, Name, Tags, Signature, ...) INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD_2( INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_ ), INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_ ), ClassName, Name, Tags, Signature, __VA_ARGS__ ) |
|
#define | INTERNAL_CATCH_TEMPLATE_LIST_TEST_CASE_METHOD_2(TestNameClass, TestName, ClassName, Name, Tags, TmplList) |
|
#define | INTERNAL_CATCH_TEMPLATE_LIST_TEST_CASE_METHOD(ClassName, Name, Tags, TmplList) INTERNAL_CATCH_TEMPLATE_LIST_TEST_CASE_METHOD_2( INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_ ), INTERNAL_CATCH_UNIQUE_NAME( CATCH2_INTERNAL_TEMPLATE_TEST_ ), ClassName, Name, Tags, TmplList ) |
|
#define | TEMPLATE_TEST_CASE(...) INTERNAL_CATCH_TEMPLATE_TEST_CASE( __VA_ARGS__ ) |
|
#define | TEMPLATE_TEST_CASE_SIG(...) INTERNAL_CATCH_TEMPLATE_TEST_CASE_SIG( __VA_ARGS__ ) |
|
#define | TEMPLATE_TEST_CASE_METHOD(className, ...) INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD( className, __VA_ARGS__ ) |
|
#define | TEMPLATE_TEST_CASE_METHOD_SIG(className, ...) INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD_SIG( className, __VA_ARGS__ ) |
|
#define | TEMPLATE_PRODUCT_TEST_CASE(...) INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE( __VA_ARGS__ ) |
|
#define | TEMPLATE_PRODUCT_TEST_CASE_SIG(...) INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_SIG( __VA_ARGS__ ) |
|
#define | TEMPLATE_PRODUCT_TEST_CASE_METHOD(className, ...) INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD( className, __VA_ARGS__ ) |
|
#define | TEMPLATE_PRODUCT_TEST_CASE_METHOD_SIG(className, ...) INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE_METHOD_SIG( className, __VA_ARGS__ ) |
|
#define | TEMPLATE_LIST_TEST_CASE(...) INTERNAL_CATCH_TEMPLATE_LIST_TEST_CASE(__VA_ARGS__) |
|
#define | TEMPLATE_LIST_TEST_CASE_METHOD(className, ...) INTERNAL_CATCH_TEMPLATE_LIST_TEST_CASE_METHOD( className, __VA_ARGS__ ) |
|
#define | CATCH_TEST_CASE_INFO_HPP_INCLUDED |
|
#define | CATCH_TRANSLATE_EXCEPTION_HPP_INCLUDED |
|
#define | CATCH_INTERFACES_EXCEPTION_HPP_INCLUDED |
|
#define | INTERNAL_CATCH_TRANSLATE_EXCEPTION2(translatorName, signature) |
|
#define | INTERNAL_CATCH_TRANSLATE_EXCEPTION(signature) INTERNAL_CATCH_TRANSLATE_EXCEPTION2( INTERNAL_CATCH_UNIQUE_NAME( catch_internal_ExceptionTranslator ), signature ) |
|
#define | CATCH_TRANSLATE_EXCEPTION(signature) INTERNAL_CATCH_TRANSLATE_EXCEPTION( signature ) |
|
#define | CATCH_VERSION_HPP_INCLUDED |
|
#define | CATCH_VERSION_MACROS_HPP_INCLUDED |
|
#define | CATCH_VERSION_MAJOR 3 |
|
#define | CATCH_VERSION_MINOR 0 |
|
#define | CATCH_VERSION_PATCH 1 |
|
#define | CATCH_GENERATORS_ALL_HPP_INCLUDED |
|
#define | CATCH_GENERATOR_EXCEPTION_HPP_INCLUDED |
|
#define | CATCH_GENERATORS_HPP_INCLUDED |
|
#define | CATCH_INTERFACES_GENERATORTRACKER_HPP_INCLUDED |
|
#define | GENERATE(...) |
|
#define | GENERATE_COPY(...) |
|
#define | GENERATE_REF(...) |
|
#define | CATCH_GENERATORS_ADAPTERS_HPP_INCLUDED |
|
#define | CATCH_GENERATORS_RANDOM_HPP_INCLUDED |
|
#define | CATCH_RANDOM_NUMBER_GENERATOR_HPP_INCLUDED |
|
#define | CATCH_GENERATORS_RANGE_HPP_INCLUDED |
|
#define | CATCH_INTERFACES_ALL_HPP_INCLUDED |
|
#define | CATCH_INTERFACES_REPORTER_FACTORY_HPP_INCLUDED |
|
#define | CATCH_INTERFACES_REPORTER_REGISTRY_HPP_INCLUDED |
|
#define | CATCH_CASE_INSENSITIVE_COMPARISONS_HPP_INCLUDED |
|
#define | CATCH_INTERFACES_TAG_ALIAS_REGISTRY_HPP_INCLUDED |
|
#define | CATCH_CONFIG_ANDROID_LOGWRITE_HPP_INCLUDED |
|
#define | CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED |
|
#define | CATCH_CONSOLE_WIDTH_HPP_INCLUDED |
|
#define | CATCH_CONFIG_CONSOLE_WIDTH 80 |
|
#define | CATCH_CONTAINER_NONMEMBERS_HPP_INCLUDED |
|
#define | CATCH_CONFIG_POLYFILL_NONMEMBER_CONTAINER_ACCESS |
|
#define | CATCH_DEBUG_CONSOLE_HPP_INCLUDED |
|
#define | CATCH_DEBUGGER_HPP_INCLUDED |
|
#define | CATCH_BREAK_INTO_DEBUGGER() []{}() |
|
#define | CATCH_ENFORCE_HPP_INCLUDED |
|
#define | CATCH_MAKE_MSG(...) (Catch::ReusableStringStream() << __VA_ARGS__).str() |
|
#define | CATCH_INTERNAL_ERROR(...) Catch::throw_logic_error(CATCH_MAKE_MSG( CATCH_INTERNAL_LINEINFO << ": Internal Catch2 error: " << __VA_ARGS__)) |
|
#define | CATCH_ERROR(...) Catch::throw_domain_error(CATCH_MAKE_MSG( __VA_ARGS__ )) |
|
#define | CATCH_RUNTIME_ERROR(...) Catch::throw_runtime_error(CATCH_MAKE_MSG( __VA_ARGS__ )) |
|
#define | CATCH_ENFORCE(condition, ...) do{ if( !(condition) ) CATCH_ERROR( __VA_ARGS__ ); } while(false) |
|
#define | CATCH_ENUM_VALUES_REGISTRY_HPP_INCLUDED |
|
#define | CATCH_ERRNO_GUARD_HPP_INCLUDED |
|
#define | CATCH_EXCEPTION_TRANSLATOR_REGISTRY_HPP_INCLUDED |
|
#define | CATCH_FATAL_CONDITION_HANDLER_HPP_INCLUDED |
|
#define | CATCH_FLOATING_POINT_HELPERS_HPP_INCLUDED |
|
#define | CATCH_POLYFILLS_HPP_INCLUDED |
|
#define | CATCH_ISTREAM_HPP_INCLUDED |
|
#define | CATCH_LEAK_DETECTOR_HPP_INCLUDED |
|
#define | CATCH_LIST_HPP_INCLUDED |
|
#define | CATCH_OUTPUT_REDIRECT_HPP_INCLUDED |
|
#define | CATCH_REPORTER_REGISTRY_HPP_INCLUDED |
|
#define | CATCH_RUN_CONTEXT_HPP_INCLUDED |
|
#define | CATCH_TEST_CASE_TRACKER_HPP_INCLUDED |
|
#define | CATCH_SHARDING_HPP_INCLUDED |
|
#define | CATCH_SINGLETONS_HPP_INCLUDED |
|
#define | CATCH_STARTUP_EXCEPTION_REGISTRY_HPP_INCLUDED |
|
#define | CATCH_STDSTREAMS_HPP_INCLUDED |
|
#define | CATCH_STRING_MANIP_HPP_INCLUDED |
|
#define | CATCH_TAG_ALIAS_REGISTRY_HPP_INCLUDED |
|
#define | CATCH_TEST_CASE_INFO_HASHER_HPP_INCLUDED |
|
#define | CATCH_TEST_CASE_REGISTRY_IMPL_HPP_INCLUDED |
|
#define | CATCH_TEST_SPEC_PARSER_HPP_INCLUDED |
|
#define | CATCH_TEXTFLOW_HPP_INCLUDED |
|
#define | CATCH_TO_STRING_HPP_INCLUDED |
|
#define | CATCH_UNCAUGHT_EXCEPTIONS_HPP_INCLUDED |
|
#define | CATCH_WINDOWS_H_PROXY_HPP_INCLUDED |
|
#define | CATCH_XMLWRITER_HPP_INCLUDED |
|
#define | CATCH_MATCHERS_ALL_HPP_INCLUDED |
|
#define | CATCH_MATCHERS_HPP_INCLUDED |
|
#define | CATCH_MATCHERS_IMPL_HPP_INCLUDED |
|
#define | INTERNAL_CHECK_THAT(macroName, matcher, resultDisposition, arg) |
|
#define | INTERNAL_CATCH_THROWS_MATCHES(macroName, exceptionType, resultDisposition, matcher, ...) |
|
#define | REQUIRE_THROWS_WITH(expr, matcher) INTERNAL_CATCH_THROWS_STR_MATCHES( "REQUIRE_THROWS_WITH", Catch::ResultDisposition::Normal, matcher, expr ) |
|
#define | REQUIRE_THROWS_MATCHES(expr, exceptionType, matcher) INTERNAL_CATCH_THROWS_MATCHES( "REQUIRE_THROWS_MATCHES", exceptionType, Catch::ResultDisposition::Normal, matcher, expr ) |
|
#define | CHECK_THROWS_WITH(expr, matcher) INTERNAL_CATCH_THROWS_STR_MATCHES( "CHECK_THROWS_WITH", Catch::ResultDisposition::ContinueOnFailure, matcher, expr ) |
|
#define | CHECK_THROWS_MATCHES(expr, exceptionType, matcher) INTERNAL_CATCH_THROWS_MATCHES( "CHECK_THROWS_MATCHES", exceptionType, Catch::ResultDisposition::ContinueOnFailure, matcher, expr ) |
|
#define | CHECK_THAT(arg, matcher) INTERNAL_CHECK_THAT( "CHECK_THAT", matcher, Catch::ResultDisposition::ContinueOnFailure, arg ) |
|
#define | REQUIRE_THAT(arg, matcher) INTERNAL_CHECK_THAT( "REQUIRE_THAT", matcher, Catch::ResultDisposition::Normal, arg ) |
|
#define | CATCH_MATCHERS_CONTAINER_PROPERTIES_HPP_INCLUDED |
|
#define | CATCH_MATCHERS_TEMPLATED_HPP_INCLUDED |
|
#define | CATCH_MATCHERS_CONTAINS_HPP_INCLUDED |
|
#define | CATCH_MATCHERS_EXCEPTION_HPP_INCLUDED |
|
#define | CATCH_MATCHERS_FLOATING_POINT_HPP_INCLUDED |
|
#define | CATCH_MATCHERS_PREDICATE_HPP_INCLUDED |
|
#define | CATCH_MATCHERS_QUANTIFIERS_HPP_INCLUDED |
|
#define | CATCH_MATCHERS_STRING_HPP_INCLUDED |
|
#define | CATCH_MATCHERS_VECTOR_HPP_INCLUDED |
|
#define | CATCH_REPORTERS_ALL_HPP_INCLUDED |
|
#define | CATCH_REPORTER_AUTOMAKE_HPP_INCLUDED |
|
#define | CATCH_REPORTER_STREAMING_BASE_HPP_INCLUDED |
|
#define | CATCH_REPORTER_COMMON_BASE_HPP_INCLUDED |
|
#define | CATCH_REPORTER_COMPACT_HPP_INCLUDED |
|
#define | CATCH_REPORTER_CONSOLE_HPP_INCLUDED |
|
#define | CATCH_REPORTER_CUMULATIVE_BASE_HPP_INCLUDED |
|
#define | CATCH_REPORTER_EVENT_LISTENER_HPP_INCLUDED |
|
#define | CATCH_REPORTER_HELPERS_HPP_INCLUDED |
|
#define | CATCH_REPORTER_JUNIT_HPP_INCLUDED |
|
#define | CATCH_REPORTER_MULTI_HPP_INCLUDED |
|
#define | CATCH_REPORTER_REGISTRARS_HPP_INCLUDED |
|
#define | CATCH_REGISTER_REPORTER(name, reporterType) |
|
#define | CATCH_REGISTER_LISTENER(listenerType) |
|
#define | CATCH_REPORTER_SONARQUBE_HPP_INCLUDED |
|
#define | CATCH_REPORTER_TAP_HPP_INCLUDED |
|
#define | CATCH_REPORTER_TEAMCITY_HPP_INCLUDED |
|
#define | CATCH_REPORTER_XML_HPP_INCLUDED |
|
|
constexpr auto | Catch::operator""_sr (char const *rawChars, std::size_t size) noexcept -> StringRef |
|
constexpr auto | operator""_catch_sr (char const *rawChars, std::size_t size) noexcept -> Catch::StringRef |
|
IMutableContext & | Catch::getCurrentMutableContext () |
|
IContext & | Catch::getCurrentContext () |
|
bool | Catch::isOk (ResultWas::OfType resultType) |
|
bool | Catch::isJustInfo (int flags) |
|
ResultDisposition::Flags | Catch::operator| (ResultDisposition::Flags lhs, ResultDisposition::Flags rhs) |
|
bool | Catch::shouldContinueOnFailure (int flags) |
|
bool | Catch::isFalseTest (int flags) |
|
bool | Catch::shouldSuppressFailure (int flags) |
|
IResultCapture & | Catch::getResultCapture () |
|
template<typename T > |
void | Catch::Benchmark::deoptimize_value (T &&x) |
|
template<typename Fn , typename... Args> |
auto | Catch::Benchmark::invoke_deoptimized (Fn &&fn, Args &&... args) -> std::enable_if_t<!std::is_same< void, decltype(fn(args...))>::value > |
|
IRegistryHub const & | Catch::getRegistryHub () |
|
IMutableRegistryHub & | Catch::getMutableRegistryHub () |
|
void | Catch::cleanUp () |
|
std::string | Catch::translateActiveException () |
|
template<typename Fun , typename... Args> |
CompleteType_t< FunctionReturnType< Fun, Args... > > | Catch::Benchmark::Detail::complete_invoke (Fun &&fun, Args &&... args) |
|
template<typename Fun > |
Detail::CompleteType_t< FunctionReturnType< Fun > > | Catch::Benchmark::user_code (Fun &&fun) |
|
template<typename Fun > |
repeater< std::decay_t< Fun > > | Catch::Benchmark::Detail::repeat (Fun &&fun) |
|
template<typename Clock , typename Fun , typename... Args> |
TimingOf< Clock, Fun, Args... > | Catch::Benchmark::Detail::measure (Fun &&fun, Args &&... args) |
|
template<typename Clock , typename Fun > |
TimingOf< Clock, Fun, int > | Catch::Benchmark::Detail::measure_one (Fun &&fun, int iters, std::false_type) |
|
template<typename Clock , typename Fun > |
TimingOf< Clock, Fun, Chronometer > | Catch::Benchmark::Detail::measure_one (Fun &&fun, int iters, std::true_type) |
|
void | Catch::Benchmark::Detail::throw_optimized_away_error () |
|
template<typename Clock , typename Fun > |
TimingOf< Clock, Fun, run_for_at_least_argument_t< Clock, Fun > > | Catch::Benchmark::Detail::run_for_at_least (ClockDuration< Clock > how_long, const int initial_iterations, Fun &&fun) |
|
bool | Catch::Benchmark::Detail::directCompare (double lhs, double rhs) |
|
double | Catch::Benchmark::Detail::weighted_average_quantile (int k, int q, std::vector< double >::iterator first, std::vector< double >::iterator last) |
|
template<typename Iterator > |
OutlierClassification | Catch::Benchmark::Detail::classify_outliers (Iterator first, Iterator last) |
|
template<typename Iterator > |
double | Catch::Benchmark::Detail::mean (Iterator first, Iterator last) |
|
template<typename Estimator , typename Iterator > |
sample | Catch::Benchmark::Detail::jackknife (Estimator &&estimator, Iterator first, Iterator last) |
|
double | Catch::Benchmark::Detail::normal_cdf (double x) |
|
double | Catch::Benchmark::Detail::erfc_inv (double x) |
|
double | Catch::Benchmark::Detail::normal_quantile (double p) |
|
template<typename Iterator , typename Estimator > |
Estimate< double > | Catch::Benchmark::Detail::bootstrap (double confidence_level, Iterator first, Iterator last, sample const &resample, Estimator &&estimator) |
|
double | Catch::Benchmark::Detail::outlier_variance (Estimate< double > mean, Estimate< double > stddev, int n) |
|
bootstrap_analysis | Catch::Benchmark::Detail::analyse_samples (double confidence_level, unsigned int n_resamples, std::vector< double >::iterator first, std::vector< double >::iterator last) |
|
template<typename Clock > |
std::vector< double > | Catch::Benchmark::Detail::resolution (int k) |
|
template<typename Clock > |
int | Catch::Benchmark::Detail::warmup () |
|
template<typename Clock > |
EnvironmentEstimate< FloatDuration< Clock > > | Catch::Benchmark::Detail::estimate_clock_resolution (int iterations) |
|
template<typename Clock > |
EnvironmentEstimate< FloatDuration< Clock > > | Catch::Benchmark::Detail::estimate_clock_cost (FloatDuration< Clock > resolution) |
|
template<typename Clock > |
Environment< FloatDuration< Clock > > | Catch::Benchmark::Detail::measure_environment () |
|
template<typename Duration , typename Iterator > |
SampleAnalysis< Duration > | Catch::Benchmark::Detail::analyse (const IConfig &cfg, Environment< Duration >, Iterator first, Iterator last) |
|
std::ostream & | operator<< (std::ostream &, Catch_global_namespace_dummy) |
|
template<typename T > |
std::string | Catch::Detail::rawMemoryToString (const T &object) |
|
template<typename E > |
std::string | Catch::Detail::convertUnknownEnumToString (E e) |
|
template<typename T > |
std::enable_if_t< !std::is_enum< T >::value &&!std::is_base_of< std::exception, T >::value, std::string > | Catch::Detail::convertUnstreamable (T const &) |
|
template<typename T > |
std::enable_if_t< !std::is_enum< T >::value &&std::is_base_of< std::exception, T >::value, std::string > | Catch::Detail::convertUnstreamable (T const &ex) |
|
template<typename T > |
std::enable_if_t< std::is_enum< T >::value, std::string > | Catch::Detail::convertUnstreamable (T const &value) |
|
template<typename T > |
std::string | Catch::Detail::stringify (const T &e) |
|
template<typename InputIterator , typename Sentinel = InputIterator> |
std::string | Catch::Detail::rangeToString (InputIterator first, Sentinel last) |
|
template<typename Range > |
std::string | Catch::rangeToString (Range const &range) |
|
template<typename Allocator > |
std::string | Catch::rangeToString (std::vector< bool, Allocator > const &v) |
|
Approx | Catch::literals::operator""_a (long double val) |
|
Approx | Catch::literals::operator""_a (unsigned long long val) |
|
std::uint32_t | Catch::generateRandomSeed (GenerateFrom from) |
|
std::vector< std::string > | Catch::Detail::splitReporterSpec (StringRef reporterSpec) |
| Splits the reporter spec into reporter name and kv-pair options.
|
|
Optional< ColourMode > | Catch::Detail::stringToColourMode (StringRef colourMode) |
|
Optional< ReporterSpec > | Catch::parseReporterSpec (StringRef reporterSpec) |
| Parses provided reporter spec string into.
|
|
template<typename T > |
ParserResult | Catch::Clara::Detail::convertInto (std::string const &source, T &target) |
|
ParserResult | Catch::Clara::Detail::convertInto (std::string const &source, std::string &target) |
|
ParserResult | Catch::Clara::Detail::convertInto (std::string const &source, bool &target) |
|
template<typename ArgType , typename L > |
auto | Catch::Clara::Detail::invokeLambda (L const &lambda, std::string const &arg) -> ParserResult |
|
Clara::Parser | Catch::makeCommandLineParser (ConfigData &config) |
|
void | Catch::formatReconstructedExpression (std::ostream &os, std::string const &lhs, StringRef op, std::string const &rhs) |
|
template<typename LhsT , typename RhsT > |
auto | Catch::compareEqual (LhsT const &lhs, RhsT const &rhs) -> bool |
|
template<typename T > |
auto | Catch::compareEqual (T *const &lhs, int rhs) -> bool |
|
template<typename T > |
auto | Catch::compareEqual (T *const &lhs, long rhs) -> bool |
|
template<typename T > |
auto | Catch::compareEqual (int lhs, T *const &rhs) -> bool |
|
template<typename T > |
auto | Catch::compareEqual (long lhs, T *const &rhs) -> bool |
|
template<typename LhsT , typename RhsT > |
auto | Catch::compareNotEqual (LhsT const &lhs, RhsT &&rhs) -> bool |
|
template<typename T > |
auto | Catch::compareNotEqual (T *const &lhs, int rhs) -> bool |
|
template<typename T > |
auto | Catch::compareNotEqual (T *const &lhs, long rhs) -> bool |
|
template<typename T > |
auto | Catch::compareNotEqual (int lhs, T *const &rhs) -> bool |
|
template<typename T > |
auto | Catch::compareNotEqual (long lhs, T *const &rhs) -> bool |
|
void | Catch::handleExceptionMatchExpr (AssertionHandler &handler, std::string const &str, StringRef matcherString) |
|
bool | Catch::isThrowSafe (TestCaseHandle const &testCase, IConfig const &config) |
|
bool | Catch::matchTest (TestCaseHandle const &testCase, TestSpec const &testSpec, IConfig const &config) |
|
std::vector< TestCaseHandle > | Catch::filterTests (std::vector< TestCaseHandle > const &testCases, TestSpec const &testSpec, IConfig const &config) |
|
std::vector< TestCaseHandle > const & | Catch::getAllTestCasesSorted (IConfig const &config) |
|
Detail::unique_ptr< ITestInvoker > | Catch::makeTestInvoker (void(*testAsFunction)()) |
|
template<typename C > |
Detail::unique_ptr< ITestInvoker > | Catch::makeTestInvoker (void(C::*testAsMethod)()) |
|
Version const & | Catch::libraryVersion () |
|
void | Catch::Generators::Detail::throw_generator_exception (char const *msg) |
| Throws GeneratorException with the provided message.
|
|
template<typename T , typename DecayedT = std::decay_t<T>> |
GeneratorWrapper< DecayedT > | Catch::Generators::value (T &&value) |
|
template<typename T > |
GeneratorWrapper< T > | Catch::Generators::values (std::initializer_list< T > values) |
|
template<typename... Ts> |
GeneratorWrapper< std::tuple< std::decay_t< Ts >... > > | Catch::Generators::table (std::initializer_list< std::tuple< std::decay_t< Ts >... > > tuples) |
|
template<typename T , typename... Gs> |
auto | Catch::Generators::makeGenerators (GeneratorWrapper< T > &&generator, Gs &&... moreGenerators) -> Generators< T > |
|
template<typename T > |
auto | Catch::Generators::makeGenerators (GeneratorWrapper< T > &&generator) -> Generators< T > |
|
template<typename T , typename... Gs> |
auto | Catch::Generators::makeGenerators (T &&val, Gs &&... moreGenerators) -> Generators< std::decay_t< T > > |
|
template<typename T , typename U , typename... Gs> |
auto | Catch::Generators::makeGenerators (as< T >, U &&val, Gs &&... moreGenerators) -> Generators< T > |
|
auto | Catch::Generators::acquireGeneratorTracker (StringRef generatorName, SourceLineInfo const &lineInfo) -> IGeneratorTracker & |
|
template<typename L > |
auto | Catch::Generators::generate (StringRef generatorName, SourceLineInfo const &lineInfo, L const &generatorExpression) -> decltype(std::declval< decltype(generatorExpression())>().get()) |
|
template<typename T > |
GeneratorWrapper< T > | Catch::Generators::take (size_t target, GeneratorWrapper< T > &&generator) |
|
template<typename T , typename Predicate > |
GeneratorWrapper< T > | Catch::Generators::filter (Predicate &&pred, GeneratorWrapper< T > &&generator) |
|
template<typename T > |
GeneratorWrapper< T > | Catch::Generators::repeat (size_t repeats, GeneratorWrapper< T > &&generator) |
|
template<typename Func , typename U , typename T = FunctionReturnType<Func, U>> |
GeneratorWrapper< T > | Catch::Generators::map (Func &&function, GeneratorWrapper< U > &&generator) |
|
template<typename T > |
GeneratorWrapper< std::vector< T > > | Catch::Generators::chunk (size_t size, GeneratorWrapper< T > &&generator) |
|
template<typename T > |
GeneratorWrapper< T > | Catch::Generators::range (T const &start, T const &end, T const &step) |
|
template<typename T > |
GeneratorWrapper< T > | Catch::Generators::range (T const &start, T const &end) |
|
template<typename InputIterator , typename InputSentinel , typename ResultType = typename std::iterator_traits<InputIterator>::value_type> |
GeneratorWrapper< ResultType > | Catch::Generators::from_range (InputIterator from, InputSentinel to) |
|
template<typename Container , typename ResultType = typename Container::value_type> |
GeneratorWrapper< ResultType > | Catch::Generators::from_range (Container const &cnt) |
|
template<typename Container > |
constexpr auto | Catch::Detail::empty (Container const &cont) -> decltype(cont.empty()) |
|
template<typename T , std::size_t N> |
constexpr bool | Catch::Detail::empty (const T(&)[N]) noexcept |
|
template<typename T > |
constexpr bool | Catch::Detail::empty (std::initializer_list< T > list) noexcept |
|
template<typename Container > |
constexpr auto | Catch::Detail::size (Container const &cont) -> decltype(cont.size()) |
|
template<typename T , std::size_t N> |
constexpr std::size_t | Catch::Detail::size (const T(&)[N]) noexcept |
|
bool | Catch::isnan (float f) |
|
bool | Catch::isnan (double d) |
|
uint32_t | Catch::Detail::convertToBits (float f) |
|
uint64_t | Catch::Detail::convertToBits (double d) |
|
template<typename FP > |
uint64_t | Catch::ulpDistance (FP lhs, FP rhs) |
| Calculates the ULP distance between two floating point numbers.
|
|
auto | Catch::makeStream (std::string const &filename) -> Detail::unique_ptr< IStream > |
| Creates a stream wrapper that writes to specific file.
|
|
bool | Catch::list (IEventListener &reporter, Config const &config) |
|
void | Catch::seedRng (IConfig const &config) |
|
unsigned int | Catch::rngSeed () |
|
void | Catch::addSingleton (ISingleton *singleton) |
|
void | Catch::cleanupSingletons () |
|
std::ostream & | Catch::cout () |
|
std::ostream & | Catch::cerr () |
|
std::ostream & | Catch::clog () |
|
bool | Catch::startsWith (std::string const &s, std::string const &prefix) |
|
bool | Catch::startsWith (StringRef s, char prefix) |
|
bool | Catch::endsWith (std::string const &s, std::string const &suffix) |
|
bool | Catch::endsWith (std::string const &s, char suffix) |
|
bool | Catch::contains (std::string const &s, std::string const &infix) |
|
void | Catch::toLowerInPlace (std::string &s) |
|
std::string | Catch::toLower (std::string const &s) |
|
char | Catch::toLower (char c) |
|
std::string | Catch::trim (std::string const &str) |
| Returns a new string without whitespace at the start/end.
|
|
StringRef | Catch::trim (StringRef ref) |
| Returns a substring of the original ref without whitespace. Beware lifetimes!
|
|
std::vector< StringRef > | Catch::splitStringRef (StringRef str, char delimiter) |
|
bool | Catch::replaceInPlace (std::string &str, std::string const &replaceThis, std::string const &withThis) |
|
std::vector< TestCaseHandle > | Catch::sortTests (IConfig const &config, std::vector< TestCaseHandle > const &unsortedTestCases) |
|
void | Catch::enforceNoDuplicateTestCases (std::vector< TestCaseHandle > const &tests) |
|
TestSpec | Catch::parseTestSpec (std::string const &arg) |
|
Column | Catch::TextFlow::Spacer (size_t spaceWidth) |
| Creates a column that serves as an empty space of specific width.
|
|
template<typename T > |
std::string | Catch::to_string (T const &t) |
|
bool | Catch::uncaught_exceptions () |
|
XmlFormatting | Catch::operator| (XmlFormatting lhs, XmlFormatting rhs) |
|
XmlFormatting | Catch::operator& (XmlFormatting lhs, XmlFormatting rhs) |
|
void | Catch::handleExceptionMatchExpr (AssertionHandler &handler, StringMatcher const &matcher, StringRef matcherString) |
|
template<typename ArgT > |
MatchAllOf< ArgT > | Catch::Matchers::Detail::operator&& (MatchAllOf< ArgT > const &lhs, MatcherBase< ArgT > const &rhs)=delete |
| lvalue overload is intentionally deleted, users should not be trying to compose stored composition matchers
|
|
template<typename ArgT > |
MatchAllOf< ArgT > | Catch::Matchers::Detail::operator&& (MatcherBase< ArgT > const &lhs, MatchAllOf< ArgT > const &rhs)=delete |
| lvalue overload is intentionally deleted, users should not be trying to compose stored composition matchers
|
|
template<typename ArgT > |
MatchAnyOf< ArgT > | Catch::Matchers::Detail::operator|| (MatchAnyOf< ArgT > const &lhs, MatcherBase< ArgT > const &rhs)=delete |
| lvalue overload is intentionally deleted, users should not be trying to compose stored composition matchers
|
|
template<typename ArgT > |
MatchAnyOf< ArgT > | Catch::Matchers::Detail::operator|| (MatcherBase< ArgT > const &lhs, MatchAnyOf< ArgT > const &rhs)=delete |
| lvalue overload is intentionally deleted, users should not be trying to compose stored composition matchers
|
|
template<typename T > |
Detail::MatchAllOf< T > | Catch::Matchers::operator&& (MatcherBase< T > const &lhs, MatcherBase< T > const &rhs) |
|
template<typename T > |
Detail::MatchAnyOf< T > | Catch::Matchers::operator|| (MatcherBase< T > const &lhs, MatcherBase< T > const &rhs) |
|
template<typename T > |
Detail::MatchNotOf< T > | Catch::Matchers::operator! (MatcherBase< T > const &matcher) |
|
template<std::size_t N, std::size_t M> |
std::array< void const *, N+M > | Catch::Matchers::Detail::array_cat (std::array< void const *, N > &&lhs, std::array< void const *, M > &&rhs) |
|
template<std::size_t N> |
std::array< void const *, N+1 > | Catch::Matchers::Detail::array_cat (std::array< void const *, N > &&lhs, void const *rhs) |
|
template<std::size_t N> |
std::array< void const *, N+1 > | Catch::Matchers::Detail::array_cat (void const *lhs, std::array< void const *, N > &&rhs) |
|
template<std::size_t N, typename Arg > |
bool | Catch::Matchers::Detail::match_all_of (Arg &&, std::array< void const *, N > const &, std::index_sequence<>) |
|
template<typename T , typename... MatcherTs, std::size_t N, typename Arg , std::size_t Idx, std::size_t... Indices> |
bool | Catch::Matchers::Detail::match_all_of (Arg &&arg, std::array< void const *, N > const &matchers, std::index_sequence< Idx, Indices... >) |
|
template<std::size_t N, typename Arg > |
bool | Catch::Matchers::Detail::match_any_of (Arg &&, std::array< void const *, N > const &, std::index_sequence<>) |
|
template<typename T , typename... MatcherTs, std::size_t N, typename Arg , std::size_t Idx, std::size_t... Indices> |
bool | Catch::Matchers::Detail::match_any_of (Arg &&arg, std::array< void const *, N > const &matchers, std::index_sequence< Idx, Indices... >) |
|
std::string | Catch::Matchers::Detail::describe_multi_matcher (StringRef combine, std::string const *descriptions_begin, std::string const *descriptions_end) |
|
template<typename... MatcherTs, std::size_t... Idx> |
std::string | Catch::Matchers::Detail::describe_multi_matcher (StringRef combine, std::array< void const *, sizeof...(MatcherTs)> const &matchers, std::index_sequence< Idx... >) |
|
template<typename MatcherLHS , typename MatcherRHS > |
std::enable_if_t< Detail::are_generic_matchers< MatcherLHS, MatcherRHS >::value, Detail::MatchAllOfGeneric< MatcherLHS, MatcherRHS > > | Catch::Matchers::operator&& (MatcherLHS const &lhs, MatcherRHS const &rhs) |
|
template<typename MatcherLHS , typename MatcherRHS > |
std::enable_if_t< Detail::are_generic_matchers< MatcherLHS, MatcherRHS >::value, Detail::MatchAnyOfGeneric< MatcherLHS, MatcherRHS > > | Catch::Matchers::operator|| (MatcherLHS const &lhs, MatcherRHS const &rhs) |
|
template<typename MatcherT > |
std::enable_if_t< Detail::is_generic_matcher< MatcherT >::value, Detail::MatchNotOfGeneric< MatcherT > > | Catch::Matchers::operator! (MatcherT const &matcher) |
| Wrap provided generic matcher in generic negator.
|
|
template<typename MatcherLHS , typename ArgRHS > |
std::enable_if_t< Detail::is_generic_matcher< MatcherLHS >::value, Detail::MatchAllOfGeneric< MatcherLHS, MatcherBase< ArgRHS > > > | Catch::Matchers::operator&& (MatcherLHS const &lhs, MatcherBase< ArgRHS > const &rhs) |
|
template<typename ArgLHS , typename MatcherRHS > |
std::enable_if_t< Detail::is_generic_matcher< MatcherRHS >::value, Detail::MatchAllOfGeneric< MatcherBase< ArgLHS >, MatcherRHS > > | Catch::Matchers::operator&& (MatcherBase< ArgLHS > const &lhs, MatcherRHS const &rhs) |
|
template<typename MatcherLHS , typename ArgRHS > |
std::enable_if_t< Detail::is_generic_matcher< MatcherLHS >::value, Detail::MatchAnyOfGeneric< MatcherLHS, MatcherBase< ArgRHS > > > | Catch::Matchers::operator|| (MatcherLHS const &lhs, MatcherBase< ArgRHS > const &rhs) |
|
template<typename ArgLHS , typename MatcherRHS > |
std::enable_if_t< Detail::is_generic_matcher< MatcherRHS >::value, Detail::MatchAnyOfGeneric< MatcherBase< ArgLHS >, MatcherRHS > > | Catch::Matchers::operator|| (MatcherBase< ArgLHS > const &lhs, MatcherRHS const &rhs) |
|
IsEmptyMatcher | Catch::Matchers::IsEmpty () |
| Creates a matcher that accepts empty ranges/containers.
|
|
HasSizeMatcher | Catch::Matchers::SizeIs (std::size_t sz) |
| Creates a matcher that accepts ranges/containers with specific size.
|
|
template<typename Matcher > |
std::enable_if_t< Detail::is_matcher< Matcher >::value, SizeMatchesMatcher< Matcher > > | Catch::Matchers::SizeIs (Matcher &&m) |
|
template<typename T > |
std::enable_if_t<!Detail::is_matcher< T >::value, ContainsElementMatcher< T, std::equal_to<> > > | Catch::Matchers::Contains (T &&elem) |
| Creates a matcher that checks whether a range contains a specific element.
|
|
template<typename Matcher > |
std::enable_if_t< Detail::is_matcher< Matcher >::value, ContainsMatcherMatcher< Matcher > > | Catch::Matchers::Contains (Matcher &&matcher) |
| Creates a matcher that checks whether a range contains element matching a matcher.
|
|
template<typename T , typename Equality > |
ContainsElementMatcher< T, Equality > | Catch::Matchers::Contains (T &&elem, Equality &&eq) |
| Creates a matcher that checks whether a range contains a specific element.
|
|
ExceptionMessageMatcher | Catch::Matchers::Message (std::string const &message) |
| Creates a matcher that checks whether a std derived exception has the provided message.
|
|
WithinUlpsMatcher | Catch::Matchers::WithinULP (double target, uint64_t maxUlpDiff) |
| Creates a matcher that accepts doubles within certain ULP range of target.
|
|
WithinUlpsMatcher | Catch::Matchers::WithinULP (float target, uint64_t maxUlpDiff) |
| Creates a matcher that accepts floats within certain ULP range of target.
|
|
WithinAbsMatcher | Catch::Matchers::WithinAbs (double target, double margin) |
| Creates a matcher that accepts numbers within certain range of target.
|
|
WithinRelMatcher | Catch::Matchers::WithinRel (double target, double eps) |
| Creates a matcher that accepts doubles within certain relative range of target.
|
|
WithinRelMatcher | Catch::Matchers::WithinRel (double target) |
| Creates a matcher that accepts doubles within 100*DBL_EPS relative range of target.
|
|
WithinRelMatcher | Catch::Matchers::WithinRel (float target, float eps) |
| Creates a matcher that accepts doubles within certain relative range of target.
|
|
WithinRelMatcher | Catch::Matchers::WithinRel (float target) |
| Creates a matcher that accepts floats within 100*FLT_EPS relative range of target.
|
|
template<typename Matcher > |
AllMatchMatcher< Matcher > | Catch::Matchers::AllMatch (Matcher &&matcher) |
|
template<typename Matcher > |
NoneMatchMatcher< Matcher > | Catch::Matchers::NoneMatch (Matcher &&matcher) |
|
template<typename Matcher > |
AnyMatchMatcher< Matcher > | Catch::Matchers::AnyMatch (Matcher &&matcher) |
|
StringEqualsMatcher | Catch::Matchers::Equals (std::string const &str, CaseSensitive caseSensitivity=CaseSensitive::Yes) |
| Creates matcher that accepts strings that are exactly equal to str
|
|
StringContainsMatcher | Catch::Matchers::ContainsSubstring (std::string const &str, CaseSensitive caseSensitivity=CaseSensitive::Yes) |
| Creates matcher that accepts strings that contain str
|
|
EndsWithMatcher | Catch::Matchers::EndsWith (std::string const &str, CaseSensitive caseSensitivity=CaseSensitive::Yes) |
| Creates matcher that accepts strings that end with str
|
|
StartsWithMatcher | Catch::Matchers::StartsWith (std::string const &str, CaseSensitive caseSensitivity=CaseSensitive::Yes) |
| Creates matcher that accepts strings that start with str
|
|
RegexMatcher | Catch::Matchers::Matches (std::string const ®ex, CaseSensitive caseSensitivity=CaseSensitive::Yes) |
| Creates matcher that accepts strings matching regex
|
|
template<typename T , typename AllocComp = std::allocator<T>, typename AllocMatch = AllocComp> |
ContainsMatcher< T, AllocComp, AllocMatch > | Catch::Matchers::Contains (std::vector< T, AllocComp > const &comparator) |
| Creates a matcher that matches vectors that contain all elements in comparator
|
|
template<typename T , typename Alloc = std::allocator<T>> |
VectorContainsElementMatcher< T, Alloc > | Catch::Matchers::VectorContains (T const &comparator) |
| Creates a matcher that matches vectors that contain comparator as an element.
|
|
template<typename T , typename AllocComp = std::allocator<T>, typename AllocMatch = AllocComp> |
EqualsMatcher< T, AllocComp, AllocMatch > | Catch::Matchers::Equals (std::vector< T, AllocComp > const &comparator) |
| Creates a matcher that matches vectors that are exactly equal to comparator
|
|
template<typename T , typename AllocComp = std::allocator<T>, typename AllocMatch = AllocComp> |
ApproxMatcher< T, AllocComp, AllocMatch > | Catch::Matchers::Approx (std::vector< T, AllocComp > const &comparator) |
| Creates a matcher that matches vectors that comparator as an element.
|
|
template<typename T , typename AllocComp = std::allocator<T>, typename AllocMatch = AllocComp> |
UnorderedEqualsMatcher< T, AllocComp, AllocMatch > | Catch::Matchers::UnorderedEquals (std::vector< T, AllocComp > const &target) |
| Creates a matcher that matches vectors that is equal to target modulo permutation.
|
|
std::string | Catch::getFormattedDuration (double duration) |
|
bool | Catch::shouldShowDuration (IConfig const &config, double duration) |
| Should the reporter show duration of test given current configuration?
|
|
std::string | Catch::serializeFilters (std::vector< std::string > const &filters) |
|
void | Catch::defaultListReporters (std::ostream &out, std::vector< ReporterDescription > const &descriptions, Verbosity verbosity) |
| Lists reporter descriptions to the provided stream in user-friendly format.
|
|
void | Catch::defaultListListeners (std::ostream &out, std::vector< ListenerDescription > const &descriptions) |
| Lists listeners descriptions to the provided stream in user-friendly format.
|
|
void | Catch::defaultListTags (std::ostream &out, std::vector< TagInfo > const &tags, bool isFiltered) |
| Lists tag information to the provided stream in user-friendly format.
|
|
void | Catch::defaultListTests (std::ostream &out, ColourImpl *streamColour, std::vector< TestCaseHandle > const &tests, bool isFiltered, Verbosity verbosity) |
| Lists test case information to the provided stream in user-friendly format.
|
|
This is a convenience header for Catch2.
This is a convenience header for Catch2's Reporter support.
This is a convenience header for Catch2's Matcher support.
Wrapper for UNCAUGHT_EXCEPTIONS configuration option.
Wrapper for ANDROID_LOGWRITE configuration option.
This is a convenience header for Catch2's interfaces.
This is a convenience header for Catch2's Generator support.
Wrapper for the WCHAR configuration option.
Wrapper for the CONFIG configuration option.
This is a convenience header for Catch2's benchmarking.
It includes all of Catch2 headers.
Generally the Catch2 users should use specific includes they need, but this header can be used instead for ease-of-experimentation, or just plain convenience, at the cost of (significantly) increased compilation times.
When a new header is added to either the top level folder, or to the corresponding internal subfolder, it should be added here. Headers added to the various subparts (e.g. matchers, generators, etc...), should go their respective catch-all headers.
It includes all of Catch2 headers related to benchmarking.
Generally the Catch2 users should use specific includes they need, but this header can be used instead for ease-of-experimentation, or just plain convenience, at the cost of (significantly) increased compilation times.
When a new header is added to either the benchmark
folder, or to the corresponding internal (detail) subfolder, it should be added here.
When generating internal unique names, there are two options. Either we mix in the current line number, or mix in an incrementing number. We prefer the latter, using __COUNTER__
, but users might want to use the former.
We want to support platforms that do not provide wchar_t
, so we sometimes have to disable providing wchar_t overloads through Catch2, e.g. the StringMaker specialization for std::wstring
.
It includes all of Catch2 headers related to generators.
Generally the Catch2 users should use specific includes they need, but this header can be used instead for ease-of-experimentation, or just plain convenience, at the cost of (significantly) increased compilation times.
When a new header is added to either the generators
folder, or to the corresponding internal subfolder, it should be added here.
It includes all of Catch2 headers related to interfaces.
Generally the Catch2 users should use specific includes they need, but this header can be used instead for ease-of-experimentation, or just plain convenience, at the cost of somewhat increased compilation times.
When a new header is added to either the interfaces
folder, or to the corresponding internal subfolder, it should be added here.
We want to default to enabling it when compiled for android, but users of the library should also be able to disable it if they want to.
For some functionality, Catch2 requires to know whether there is an active exception. Because std::uncaught_exception
is deprecated in C++17, we want to use std::uncaught_exceptions
if possible.
It includes all of Catch2 headers related to matchers.
Generally the Catch2 users should use specific includes they need, but this header can be used instead for ease-of-experimentation, or just plain convenience, at the cost of increased compilation times.
When a new header is added to either the matchers
folder, or to the corresponding internal subfolder, it should be added here.
It includes all of Catch2 headers related to reporters, including all reporters.
Generally the Catch2 users should use specific includes they need, but this header can be used instead for ease-of-experimentation, or just plain convenience, at the cost of (significantly) increased compilation times.
When a new header (reporter) is added to either the reporter
folder, or to the corresponding internal subfolder, it should be added here.