MCPcopy Create free account
hub / github.com/cucumber/cucumber-cpp / THEN

Function THEN

tests/integration/drivers/BoostDriverTest.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7using namespace cucumber;
8
9THEN(SUCCEED_MATCHER) {
10 ScenarioScope<SomeContext> ctx;
11 BOOST_CHECK(true);
12}
13
14THEN(FAIL_MATCHER) {
15 ScenarioScope<SomeContext> ctx;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected