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

Class Context2

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

Source from the content-addressed store, hash-verified

24 int i;
25};
26struct Context2 {};
27
28TEST_F(ContextHandlingTest, contextsAreCreatedWhenNeeded) {
29 ASSERT_EQ(0, contextManager.countContexts());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected