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

Method body

tests/unit/BasicStepTest.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15class PendingStepWithDescription : public GenericStep {
16 void body() override {
17 pending(PENDING_STEP_DESCRIPTION);
18 }
19};
20
21static const InvokeArgs NO_INVOKE_ARGS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected