| 37 | }; |
| 38 | |
| 39 | TEST_F(FileInfoTest, TestDirectoryPath) |
| 40 | { |
| 41 | Base::FileInfo relfile("nofile.txt"); |
| 42 | relfile.setFile(relfile.dirPath()); |
| 43 | EXPECT_TRUE(relfile.exists()); |
| 44 | } |
| 45 | |
| 46 | TEST_F(FileInfoTest, TestExistsDirectory) |
| 47 | { |
nothing calls this directly
no test coverage detected