Lines Matching refs:with

125 // can be combined, en-mass, with the _NO_ forms later.
274 // Check if we are compiled with -fno-exceptions or equivalent
340 // work around clang bug with libstdc++ https://bugs.llvm.org/show_bug.cgi?id=31852
364 // This is set by default, because we assume that compilers with no wchar_t support are just rare exceptions.
944 // replaced with std::invoke_result here.
1382 FalseTest = 0x04, // Prefix expression with !
1622 // NB: call using the function-like syntax to avoid ambiguity with
2800 // Although this is matcher-based, it can be used with just a string
4590 // need to deal with seeding the main state.
4996 return "starts with: " + Catch::Detail::stringify( m_substr );
5008 return "ends with: " + Catch::Detail::stringify( m_substr );
5793 // Don't do anything with this by default.
6543 // Invoke with a special case for void
6705 /// Implementations of std::function with optimizations that aren't always applicable, like
7043 // Degenerate case with a single sample
7059 // degenerate case with uniform samples
7903 // First try with fixed margin, then compute margin based on epsilon, scale and Approx's value
8006 // Tries to be cooperative with other handlers, and not step over
8865 // Abstracts iterators into args as a stream of tokens, with option arguments uniformly handled
9468 return Result::logicError( "Option name must begin with '-' or '/'" );
9471 return Result::logicError( "Option name must begin with '-'" );
9524 // Forward deprecated interface with '+' instead of '|'
9811 return ParserResult::runtimeError( "Unrecognized reporter, '" + reporter + "'. Check available with --list-reporters" );
9958 // We need to trim filter specs to avoid trouble with superfluous
9960 // aligned with whitespace).
10409 // These headers will only compile with AppleClang (XCode)
10480 // with 0 digit, so it's enough to check for just a single
10705 // Compiling a mixed mode project with MSVC means that CLR
11505 // Comparison with NaN should always be false.
11646 CATCH_ENFORCE(m_epsilon >= 0., "Relative comparison with epsilon < 0 does not make sense.");
11647 CATCH_ENFORCE(m_epsilon < 1., "Relative comparison with epsilon >= 1 does not make sense.");
11758 StartsWithMatcher::StartsWithMatcher( CasedString const& comparator ) : StringMatcherBase( "starts with", comparator ) {}
11764 EndsWithMatcher::EndsWithMatcher( CasedString const& comparator ) : StringMatcherBase( "ends with", comparator ) {}
13304 CATCH_ENFORCE(reporter, "No reporter registered with name: '" << reporterName << "'");
13475 Catch::cerr() << "Run with -? for usage\n" << std::endl;
13523 Catch::cout() << "...waiting for enter/ return before exiting, with code: " << exitCode << std::endl;
14052 << "Tag names starting with non alphanumeric characters are reserved\n"
14207 // FNV-1a hash with multiplication fold.
15867 // - green: Passed [both/all] N tests cases with M assertions.
15896 " with " << pluralise(totals.assertions.passed, "assertion") << '.';
15938 printIssue("unexpected exception with message:");
15945 printIssue("fatal error condition with message:");
16043 stream << " with " << pluralise(N, "message") << ':';
16158 messageLabel = "with message";
16160 messageLabel = "with messages";
16171 messageLabel = "with message";
16173 messageLabel = "with messages";
16178 messageLabel = "due to unexpected exception with ";
16204 messageLabel = "explicitly with message";
16206 messageLabel = "explicitly with messages";
16247 stream << "with expansion:\n";
16628 << "Run with -? for options\n\n";
17004 .writeAttribute("message", "TEST_CASE tagged with !mayfail");
17066 rss << "with expansion:\n";
17572 // If this config identifier is defined then all CATCH macros are prefixed with CATCH_
17777 // If this config identifier is defined then all CATCH macros are prefixed with CATCH_