| 321 | Compression::type GetCompression() { return GetParam(); } |
| 322 | |
| 323 | std::unique_ptr<Codec> MakeCodec() { return *Codec::Create(GetCompression()); } |
| 324 | }; |
| 325 | |
| 326 | TEST(TestCodecMisc, GetCodecAsString) { |
nothing calls this directly
no test coverage detected