MCPcopy Create free account
hub / github.com/catchorg/Catch2 / testStringForMatching

Function testStringForMatching

tests/SelfTest/UsageTests/Matchers.tests.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace {
31
32 static const char* testStringForMatching() {
33 return "this string contains 'abc' as a substring";
34 }
35
36 static const char* testStringForMatching2() {
37 return "some completely different text that contains one common word";

Callers 1

Matchers.tests.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected