| 63 | |
| 64 | private: |
| 65 | MatchResult::match_results_type getResultSetFor(const string& stepMatch) { |
| 66 | return StepManager::stepMatches(stepMatch).getResultSet(); |
| 67 | } |
| 68 | void TearDown() override { |
| 69 | StepManager::clearSteps(); |
| 70 | } |
nothing calls this directly
no outgoing calls
no test coverage detected