Home
last modified time | relevance | path

Searched refs:testStringForMatching2 (Results 1 – 3 of 3) sorted by relevance

/external/catch2/projects/SelfTest/UsageTests/
DMatchers.tests.cpp31 inline const char *testStringForMatching2() { in testStringForMatching2() function
179 … REQUIRE_THAT(testStringForMatching2(), !Matches("this string contains 'abc' as a substring"));
198 …CHECK_THAT(testStringForMatching2(), Contains("string") || Contains("different") || Contains("rand…
568 REQUIRE_THAT(testStringForMatching2(), !composed1);
569 REQUIRE_THAT(testStringForMatching2(), composed2);
/external/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt315 Matchers.tests.cpp:<line number>: passed: testStringForMatching2(), !composed1 for: "some completel…
316 Matchers.tests.cpp:<line number>: passed: testStringForMatching2(), composed2 for: "some completely…
774 Matchers.tests.cpp:<line number>: passed: testStringForMatching2(), Contains("string") || Contains(…
Dconsole.sw.approved.txt2400 REQUIRE_THAT( testStringForMatching2(), !composed1 )
2406 REQUIRE_THAT( testStringForMatching2(), composed2 )
5793 …CHECK_THAT( testStringForMatching2(), Contains("string") || Contains("different") || Contains("ran…