| 45 | |
| 46 | TEST_F (ThreadDecoderInitTest, JustInit) {} |
| 47 | struct FileParam { |
| 48 | const char* fileName; |
| 49 | const char* hashStr; |
| 50 | }; |
| 51 | |
| 52 | class ThreadDecoderOutputTest : public ::testing::WithParamInterface<FileParam>, |
| 53 | public ThreadDecoderInitTest, public BaseThreadDecoderTest::Callback { |
nothing calls this directly
no outgoing calls
no test coverage detected