Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cucumber/cucumber-cpp
/ run
Method
run
tests/utils/DriverTestRunner.hpp:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
class DriverTest {
64
public:
65
int run() {
66
runAllTests();
67
return failedTests;
68
}
69
70
DriverTest() {
71
failedTests = 0;
Callers
6
TEST_F
Function · 0.45
TEST
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected