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

Function AFTER_STEP

tests/integration/HookRegistrationTest.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62#define AFTER_STEP_MARKER_2 "K"
63#define AFTER_STEP_MARKER_3 "L"
64AFTER_STEP() {
65 afterStepHookCallMarker << AFTER_STEP_MARKER_1;
66 globalStepHookCallMarker << AFTER_STEP_MARKER_1;
67}
68AFTER_STEP() {
69 afterStepHookCallMarker << AFTER_STEP_MARKER_2;
70 globalStepHookCallMarker << AFTER_STEP_MARKER_2;

Callers 2

TagSteps.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected