| 347 | BOOST_AUTO_TEST_SUITE(constructors) |
| 348 | |
| 349 | BOOST_FIXTURE_TEST_CASE(test_simple_factory, |
| 350 | TServerIntegrationProcessorFactoryTestFixture<TSimpleServer>) { |
| 351 | baseline(3, 1, "factory"); |
| 352 | } |
| 353 | |
| 354 | BOOST_FIXTURE_TEST_CASE(test_simple, TServerIntegrationProcessorTestFixture<TSimpleServer>) { |
| 355 | baseline(3, 1, "processor"); |
nothing calls this directly
no test coverage detected