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

Method body

tests/unit/StepCallChainTest.cpp:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 markersPtr(0){};
41
42 void body() override {
43 if (markersPtr) {
44 (*markersPtr) << "B" << id;
45 }
46 doCall();
47 if (markersPtr) {
48 (*markersPtr) << "A" << id;
49 }
50 }
51
52protected:
53 virtual void doCall() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected