Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinemast/libjson-rpc-cpp
/ ServerFixture
Method
ServerFixture
src/test/test_connector_http.cpp:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
MockClientConnectionHandler handler;
37
38
ServerFixture() : server(TEST_PORT) { server.SetHandler(&handler); }
39
40
~ServerFixture() { server.StopListening(); }
41
};
Callers
nothing calls this directly
Calls
1
SetHandler
Method · 0.80
Tested by
no test coverage detected