| 11 | static const TString DATA = "I'm a teapot"; |
| 12 | |
| 13 | Y_UNIT_TEST(TestGetBestCodecs) { |
| 14 | UNIT_ASSERT(TCompressionCodecFactory::Instance().GetBestCodecs().size() > 0); |
| 15 | } |
| 16 | |
| 17 | Y_UNIT_TEST(TestEncoder) { |
| 18 | TStringStream buffer; |
nothing calls this directly
no test coverage detected