| 517 | class TestTransformInputStream : public ::testing::Test { |
| 518 | public: |
| 519 | TransformInputStream::TransformFunc transform() const { return T(); } |
| 520 | |
| 521 | void TestEmptyStream() { |
| 522 | std::shared_ptr<InputStream> wrapped = BufferReader::FromString({}); |
no outgoing calls
no test coverage detected