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

Method matchesAtLeastOnce

tests/unit/StepManagerTest.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 bool matchesAtLeastOnce(const string& stepMatch) {
41 return (countMatches(stepMatch) > 0);
42 }
43
44 bool extractedParamsAre(const string stepMatch, map<std::ptrdiff_t, string> params) {
45 MatchResult::match_results_type resultSet = getResultSetFor(stepMatch);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected