Searched refs:testStringForMatching2 (Results 1 – 3 of 3) sorted by relevance
/external/catch2/projects/SelfTest/UsageTests/ |
D | Matchers.tests.cpp | 31 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/ |
D | compact.sw.approved.txt | 315 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(…
|
D | console.sw.approved.txt | 2400 REQUIRE_THAT( testStringForMatching2(), !composed1 ) 2406 REQUIRE_THAT( testStringForMatching2(), composed2 ) 5793 …CHECK_THAT( testStringForMatching2(), Contains("string") || Contains("different") || Contains("ran…
|