| 34 | |
| 35 | |
| 36 | class DecoderInitTest : public ::testing::Test, public BaseDecoderTest { |
| 37 | public: |
| 38 | virtual void SetUp() { |
| 39 | BaseDecoderTest::SetUp(); |
| 40 | } |
| 41 | virtual void TearDown() { |
| 42 | BaseDecoderTest::TearDown(); |
| 43 | } |
| 44 | }; |
| 45 | |
| 46 | TEST_F (DecoderInitTest, JustInit) {} |
| 47 |
nothing calls this directly
no outgoing calls
no test coverage detected