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

Class MockProtocolHandler

tests/integration/WireServerTest.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51class MockProtocolHandler : public ProtocolHandler {
52public:
53 MOCK_METHOD(std::string, handle, (const std::string& request), (const, override));
54};
55
56class SocketServerTest : public Test {
57

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected