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

Function BOOST_FIXTURE_TEST_CASE

lib/cpp/test/TServerIntegrationTest.cpp:349–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347BOOST_AUTO_TEST_SUITE(constructors)
348
349BOOST_FIXTURE_TEST_CASE(test_simple_factory,
350 TServerIntegrationProcessorFactoryTestFixture<TSimpleServer>) {
351 baseline(3, 1, "factory");
352}
353
354BOOST_FIXTURE_TEST_CASE(test_simple, TServerIntegrationProcessorTestFixture<TSimpleServer>) {
355 baseline(3, 1, "processor");

Callers

nothing calls this directly

Calls 4

threadFactoryMethod · 0.45
getThreadManagerMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected