Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
23
BEFORE() {
24
beforeHookCallMarker << BEFORE_MARKER_1;
25
}
26
BEFORE() {
27
beforeHookCallMarker << BEFORE_MARKER_2;
28
}
Callers
1
TaggedHookRegistrationTest.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected