Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catchorg/Catch2
/ TEST_CASE
Function
TEST_CASE
tests/ExtraTests/X95-InfiniteGenerators.cpp:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
} // namespace
33
34
TEST_CASE() {
35
auto _ = GENERATE( make_infinite_generator() );
36
}
37
38
TEST_CASE() {
39
REQUIRE(true);
Callers
15
X10-FallbackStringifier.cpp
File · 0.70
X05-DeferredStaticChecks.cpp
File · 0.70
X32-DuplicatedTestCasesDifferentTags.cpp
File · 0.70
X94-ThreadSafetyTests.cpp
File · 0.70
X28-ListenersGetEventsBeforeReporters.cpp
File · 0.70
X24-ListenerStdoutCaptureInMultireporter.cpp
File · 0.70
X22-BenchmarksInCumulativeReporter.cpp
File · 0.70
X11-DisableStringification.cpp
File · 0.70
X93-AllSkipped.cpp
File · 0.70
X29-CustomArgumentsForReporters.cpp
File · 0.70
X27-CapturedStdoutInTestCaseEvents.cpp
File · 0.70
X25-ListenerCanAskForCapturedStdout.cpp
File · 0.70
Calls
1
make_infinite_generator
Function · 0.85
Tested by
no test coverage detected