| 166 | Compression::type GetCompression() { return GetParam(); } |
| 167 | |
| 168 | std::unique_ptr<Codec> MakeCodec() { return *Codec::Create(GetCompression()); } |
| 169 | }; |
| 170 | |
| 171 | TEST_P(CompressedInputStreamTest, CompressibleData) { |
nothing calls this directly
no test coverage detected