Home
last modified time | relevance | path

Searched refs:testStringForMatching (Results 1 – 4 of 4) sorted by relevance

/external/catch2/projects/SelfTest/UsageTests/
DMatchers.tests.cpp27 inline const char *testStringForMatching() { in testStringForMatching() function
115 REQUIRE_THAT(testStringForMatching(), Contains("string"));
116 REQUIRE_THAT(testStringForMatching(), Contains("string", Catch::CaseSensitive::No));
117 CHECK_THAT(testStringForMatching(), Contains("abc"));
118 CHECK_THAT(testStringForMatching(), Contains("aBC", Catch::CaseSensitive::No));
120 CHECK_THAT(testStringForMatching(), StartsWith("this"));
121 CHECK_THAT(testStringForMatching(), StartsWith("THIS", Catch::CaseSensitive::No));
122 CHECK_THAT(testStringForMatching(), EndsWith("substring"));
123 CHECK_THAT(testStringForMatching(), EndsWith(" SuBsTrInG", Catch::CaseSensitive::No));
127 CHECK_THAT(testStringForMatching(), Contains("not there", Catch::CaseSensitive::No));
[all …]
/external/catch2/projects/SelfTest/Baselines/
Dconsole.std.approved.txt335 CHECK_THAT( testStringForMatching(), Contains("not there", Catch::CaseSensitive::No) )
341 CHECK_THAT( testStringForMatching(), Contains("STRING") )
384 CHECK_THAT( testStringForMatching(), EndsWith("Substring") )
389 CHECK_THAT( testStringForMatching(), EndsWith("this", Catch::CaseSensitive::No) )
472 CHECK_THAT( testStringForMatching(), Equals("this string contains 'ABC' as a substring") )
478 CHECK_THAT( testStringForMatching(), Equals("something else", Catch::CaseSensitive::No) )
681 …CHECK_THAT( testStringForMatching(), (Contains("string") || Contains("different")) && Contains("ra…
693 CHECK_THAT( testStringForMatching(), !Contains("substring") )
868 CHECK_THAT( testStringForMatching(), Matches("this STRING contains 'abc' as a substring") )
874 CHECK_THAT( testStringForMatching(), Matches("contains 'abc' as a substring") )
[all …]
Dcompact.sw.approved.txt317 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), Contains("not there", Catch::Cas…
318 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), Contains("STRING") for: "this st…
343 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), EndsWith("Substring") for: "this…
344 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), EndsWith("this", Catch::CaseSens…
375 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), Equals("this string contains 'ab…
376 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), Equals("this string contains 'AB…
377 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), Equals("this string contains 'AB…
378 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), Equals("something else", Catch::…
772 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), Contains("string") && Contains("…
773 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), Contains("string") || Contains("…
[all …]
Dconsole.sw.approved.txt2418 CHECK_THAT( testStringForMatching(), Contains("not there", Catch::CaseSensitive::No) )
2424 CHECK_THAT( testStringForMatching(), Contains("STRING") )
2667 CHECK_THAT( testStringForMatching(), EndsWith("Substring") )
2672 CHECK_THAT( testStringForMatching(), EndsWith("this", Catch::CaseSensitive::No) )
2857 CHECK_THAT( testStringForMatching(), Equals("this string contains 'abc' as a substring") )
2863 …CHECK_THAT( testStringForMatching(), Equals("this string contains 'ABC' as a substring", Catch::Ca…
2875 CHECK_THAT( testStringForMatching(), Equals("this string contains 'ABC' as a substring") )
2881 CHECK_THAT( testStringForMatching(), Equals("something else", Catch::CaseSensitive::No) )
5775 …CHECK_THAT( testStringForMatching(), Contains("string") && Contains("abc") && Contains("substring"…
5787 …CHECK_THAT( testStringForMatching(), Contains("string") || Contains("different") || Contains("rand…
[all …]