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

Method body

tests/unit/BasicStepTest.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9class PendingStep : public GenericStep {
10 void body() override {
11 pending();
12 }
13};
14
15class PendingStepWithDescription : public GenericStep {

Callers 1

testMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected