MCPcopy 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
34TEST_CASE() {
35 auto _ = GENERATE( make_infinite_generator() );
36}
37
38TEST_CASE() {
39 REQUIRE(true);

Calls 1

make_infinite_generatorFunction · 0.85

Tested by

no test coverage detected