| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected