MCPcopy Create free account
hub / github.com/cucumber/cucumber-cpp / updateState

Method updateState

tests/utils/DriverTestRunner.hpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 int failedTests;
107
108 void updateState(const char* description, bool testSuccessState) {
109 std::cout << (testSuccessState ? "SUCCESS" : "FAILURE") << " (" << description << ")"
110 << std::endl;
111 failedTests += testSuccessState ? 0 : 1;
112 }
113
114 step_id_type getStepIdFromMatcher(const std::string& stepMatcher) {
115 return StepManager::getStepId(stepMatcher);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected