| 12 | } |
| 13 | |
| 14 | class DecoderCapabilityTest : public ::testing::Test { |
| 15 | public: |
| 16 | virtual void SetUp() {} |
| 17 | virtual void TearDown() {} |
| 18 | }; |
| 19 | |
| 20 | TEST_F (DecoderCapabilityTest, JustInit) { |
| 21 | SDecoderCapability sDecCap; |
nothing calls this directly
no outgoing calls
no test coverage detected