| 107 | class TestHadoopFileSystem : public ::testing::Test, public HadoopFileSystemTestMixin { |
| 108 | public: |
| 109 | void SetUp() override { MakeFileSystem(); } |
| 110 | |
| 111 | void TestFileSystemFromUri() { |
| 112 | std::stringstream ss; |
nothing calls this directly
no test coverage detected