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
104 REQUIRE_THAT(testStringForMatching(), Contains("string"));
105 REQUIRE_THAT(testStringForMatching(), Contains("string", Catch::CaseSensitive::No));
106 CHECK_THAT(testStringForMatching(), Contains("abc"));
107 CHECK_THAT(testStringForMatching(), Contains("aBC", Catch::CaseSensitive::No));
109 CHECK_THAT(testStringForMatching(), StartsWith("this"));
110 CHECK_THAT(testStringForMatching(), StartsWith("THIS", Catch::CaseSensitive::No));
111 CHECK_THAT(testStringForMatching(), EndsWith("substring"));
112 CHECK_THAT(testStringForMatching(), EndsWith(" SuBsTrInG", Catch::CaseSensitive::No));
116 CHECK_THAT(testStringForMatching(), Contains("not there", Catch::CaseSensitive::No));
[all …]
/external/catch2/projects/SelfTest/Baselines/
Dconsole.std.approved.txt243 CHECK_THAT( testStringForMatching(), Contains("not there", Catch::CaseSensitive::No) )
249 CHECK_THAT( testStringForMatching(), Contains("STRING") )
292 CHECK_THAT( testStringForMatching(), EndsWith("Substring") )
297 CHECK_THAT( testStringForMatching(), EndsWith("this", Catch::CaseSensitive::No) )
380 CHECK_THAT( testStringForMatching(), Equals("this string contains 'ABC' as a substring") )
386 CHECK_THAT( testStringForMatching(), Equals("something else", Catch::CaseSensitive::No) )
589 …CHECK_THAT( testStringForMatching(), (Contains("string") || Contains("different")) && Contains("ra…
601 CHECK_THAT( testStringForMatching(), !Contains("substring") )
776 CHECK_THAT( testStringForMatching(), Matches("this STRING contains 'abc' as a substring") )
782 CHECK_THAT( testStringForMatching(), Matches("contains 'abc' as a substring") )
[all …]
Dcompact.sw.approved.txt292 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), Contains("not there", Catch::Cas…
293 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), Contains("STRING") for: "this st…
299 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), EndsWith("Substring") for: "this…
300 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), EndsWith("this", Catch::CaseSens…
322 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), Equals("this string contains 'ab…
323 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), Equals("this string contains 'AB…
324 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), Equals("this string contains 'AB…
325 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), Equals("something else", Catch::…
622 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), Contains("string") && Contains("…
623 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), Contains("string") || Contains("…
[all …]
Dconsole.sw.approved.txt2152 CHECK_THAT( testStringForMatching(), Contains("not there", Catch::CaseSensitive::No) )
2158 CHECK_THAT( testStringForMatching(), Contains("STRING") )
2217 CHECK_THAT( testStringForMatching(), EndsWith("Substring") )
2222 CHECK_THAT( testStringForMatching(), EndsWith("this", Catch::CaseSensitive::No) )
2357 CHECK_THAT( testStringForMatching(), Equals("this string contains 'abc' as a substring") )
2363 …CHECK_THAT( testStringForMatching(), Equals("this string contains 'ABC' as a substring", Catch::Ca…
2375 CHECK_THAT( testStringForMatching(), Equals("this string contains 'ABC' as a substring") )
2381 CHECK_THAT( testStringForMatching(), Equals("something else", Catch::CaseSensitive::No) )
4539 …CHECK_THAT( testStringForMatching(), Contains("string") && Contains("abc") && Contains("substring"…
4551 …CHECK_THAT( testStringForMatching(), Contains("string") || Contains("different") || Contains("rand…
[all …]