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

Method getResultSetFor

tests/unit/StepManagerTest.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64private:
65 MatchResult::match_results_type getResultSetFor(const string& stepMatch) {
66 return StepManager::stepMatches(stepMatch).getResultSet();
67 }
68 void TearDown() override {
69 StepManager::clearSteps();
70 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected