Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catchorg/Catch2
/ testStringForMatching2
Function
testStringForMatching2
tests/SelfTest/UsageTests/Matchers.tests.cpp:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
static const char* testStringForMatching2() {
37
return
"some completely different text that contains one common word"
;
38
}
39
40
static bool alwaysTrue( int ) { return true; }
41
static bool alwaysFalse( int ) { return false; }
Callers
1
Matchers.tests.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected