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

Class PendingStep

tests/unit/BasicStepTest.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#define PENDING_STEP_DESCRIPTION "A description"
8
9class PendingStep : public GenericStep {
10 void body() override {
11 pending();
12 }
13};
14
15class PendingStepWithDescription : public GenericStep {
16 void body() override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected