| 66 | return StepManager::stepMatches(stepMatch).getResultSet(); |
| 67 | } |
| 68 | void TearDown() override { |
| 69 | StepManager::clearSteps(); |
| 70 | } |
| 71 | }; |
| 72 | |
| 73 | const char* StepManagerTest::a_matcher = "a matcher"; |
nothing calls this directly
no outgoing calls
no test coverage detected