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

Class Context2

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

Source from the content-addressed store, hash-verified

23
24class Context1 {};
25class Context2 {};
26
27TEST_F(ContextManagerTest, createsValidContextPointers) {
28 std::weak_ptr<Context1> ctx1 = contextManager.addContext<Context1>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected