| 15 | } |
| 16 | |
| 17 | class EncoderInitTest : public ::testing::Test, public BaseEncoderTest { |
| 18 | public: |
| 19 | virtual void SetUp() { |
| 20 | BaseEncoderTest::SetUp(); |
| 21 | } |
| 22 | virtual void TearDown() { |
| 23 | BaseEncoderTest::TearDown(); |
| 24 | } |
| 25 | }; |
| 26 | |
| 27 | TEST_F (EncoderInitTest, JustInit) {} |
| 28 |
nothing calls this directly
no outgoing calls
no test coverage detected