Searched defs:CompressionTest (Results 1 – 1 of 1) sorted by relevance
550 class CompressionTest : public CowTest, public testing::WithParamInterface<const char*> {}; class552 TEST_P(CompressionTest, HorribleSink) { in TEST_P() argument