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

Function THEN

tests/integration/drivers/GTestDriverTest.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected