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

Function AFTER_ALL

tests/integration/HookRegistrationTest.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91#define AFTER_ALL_MARKER_2 "Q"
92#define AFTER_ALL_MARKER_3 "R"
93AFTER_ALL() {
94 afterAllHookCallMarker << AFTER_ALL_MARKER_1;
95}
96AFTER_ALL() {
97 afterAllHookCallMarker << AFTER_ALL_MARKER_2;
98}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected