| 252 | class TestReadableFile : public FileTestFixture { |
| 253 | public: |
| 254 | void OpenFile() { ASSERT_OK_AND_ASSIGN(file_, ReadableFile::Open(path_)); } |
| 255 | |
| 256 | void MakeTestFile() { |
| 257 | std::string data = "testdata"; |
nothing calls this directly
no test coverage detected