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

Method TearDown

tests/unit/StepManagerTest.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 return StepManager::stepMatches(stepMatch).getResultSet();
67 }
68 void TearDown() override {
69 StepManager::clearSteps();
70 }
71};
72
73const char* StepManagerTest::a_matcher = "a matcher";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected