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

Function AROUND_STEP

tests/integration/HookRegistrationTest.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37#define AROUND_STEP_MARKER_AFTER_2 "h"
38#define AROUND_STEP_MARKER_AFTER_1 "i"
39AROUND_STEP() {
40 beforeAroundStepHookCallMarker << AROUND_STEP_MARKER_BEFORE_1;
41 globalStepHookCallMarker << AROUND_STEP_MARKER_BEFORE_1;
42 step->call();
43 globalStepHookCallMarker << AROUND_STEP_MARKER_AFTER_1;
44 afterAroundStepHookCallMarker << AROUND_STEP_MARKER_AFTER_1;
45}
46AROUND_STEP() {
47 beforeAroundStepHookCallMarker << AROUND_STEP_MARKER_BEFORE_2;
48 globalStepHookCallMarker << AROUND_STEP_MARKER_BEFORE_2;

Callers 2

TagSteps.cppFile · 0.85

Calls 1

callMethod · 0.80

Tested by

no test coverage detected