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

Function THEN

tests/integration/drivers/GenericDriverTest.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5using namespace cucumber;
6
7THEN(SUCCEED_MATCHER) {
8 ScenarioScope<SomeContext> ctx;
9 // Do not throw for successes
10}
11
12THEN(FAIL_MATCHER) {
13 ScenarioScope<SomeContext> ctx;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected