MCPcopy Create free account
hub / github.com/apache/thrift / testBasicService

Function testBasicService

lib/cpp/test/processor/ProcessorTest.cpp:467–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465
466template <typename ServerTraits, typename TemplateTraits>
467void testBasicService() {
468 typedef ServiceState<ServerTraits, ParentServiceTraits<TemplateTraits> > State;
469
470 // Start the server
471 std::shared_ptr<State> state(new State);
472 ServerThread serverThread(state, true);
473
474 testParentService(state);
475}
476
477template <typename ServerTraits, typename TemplateTraits>
478void testInheritedService() {

Callers

nothing calls this directly

Calls 1

testParentServiceFunction · 0.85

Tested by

no test coverage detected