MCPcopy 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

63class DriverTest {
64public:
65 int run() {
66 runAllTests();
67 return failedTests;
68 }
69
70 DriverTest() {
71 failedTests = 0;

Callers 6

TEST_FFunction · 0.45
TESTFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected