Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cucumber/cucumber-cpp
/ runWithMasterSuite
Method
runWithMasterSuite
src/drivers/BoostDriver.cpp:120–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
void BoostStep::runWithMasterSuite() {
121
currentTestBody = std::bind(&BoostStep::body, this);
122
123
::boost::unit_test::framework::run(testCase, false);
124
125
currentTestBody.clear();
126
}
127
128
}
129
}
Callers
nothing calls this directly
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected