Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cucumber/cucumber-cpp
/ TearDown
Method
TearDown
tests/unit/ContextManagerTest.cpp:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
protected:
18
private:
19
void TearDown() override {
20
contextManager.purgeContexts();
21
}
22
};
23
24
class Context1 {};
Callers
nothing calls this directly
Calls
1
purgeContexts
Method · 0.80
Tested by
no test coverage detected