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

Function BEFORE_ALL

tests/integration/HookRegistrationTest.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#define BEFORE_ALL_MARKER_2 "B"
9#define BEFORE_ALL_MARKER_3 "C"
10BEFORE_ALL() {
11 beforeAllHookCallMarker << BEFORE_ALL_MARKER_1;
12}
13BEFORE_ALL() {
14 beforeAllHookCallMarker << BEFORE_ALL_MARKER_2;
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected