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

Class SomeContext

tests/utils/DriverTestRunner.hpp:38–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36int ContextListener::destroyedContexts = 0;
37
38class SomeContext {
39private:
40 ContextListener listener;
41
42public:
43 SomeContext() {
44 listener.notifyCreation();
45 }
46 ~SomeContext() {
47 listener.notifyDestruction();
48 }
49};
50
51namespace cucumber {
52namespace internal {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected