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

Class ContextManagerTest

tests/unit/ContextManagerTest.cpp:9–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7using namespace cucumber::internal;
8
9class ContextManagerTest : public ::testing::Test {
10public:
11 ContextManagerTestDouble contextManager;
12
13 ContextManagerTest() :
14 contextManager() {
15 }
16
17protected:
18private:
19 void TearDown() override {
20 contextManager.purgeContexts();
21 }
22};
23
24class Context1 {};
25class Context2 {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected