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

Function BEFORE

tests/integration/HookRegistrationTest.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#define BEFORE_MARKER_2 "E"
22#define BEFORE_MARKER_3 "F"
23BEFORE() {
24 beforeHookCallMarker << BEFORE_MARKER_1;
25}
26BEFORE() {
27 beforeHookCallMarker << BEFORE_MARKER_2;
28}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected