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

Class ContextHandlingTest

tests/integration/ContextHandlingTest.cpp:8–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected