Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cucumber/cucumber-cpp
/ body
Method
body
tests/unit/BasicStepTest.cpp:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
class PendingStep : public GenericStep {
10
void body() override {
11
pending();
12
}
13
};
14
15
class PendingStepWithDescription : public GenericStep {
Callers
1
test
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected