| 63 | |
| 64 | private: |
| 65 | void cleanup() { |
| 66 | // Force remove entire directory tree to handle any leftover state |
| 67 | // This ensures cleanup even if subdirectories/files exist from failed runs |
| 68 | fl::StubFileSystem::forceRemoveDirectory(mDir.c_str()); |
| 69 | } |
| 70 | }; |
| 71 | |
| 72 | FL_TEST_CASE("FileSystem test with real hard drive") { |
nothing calls this directly
no test coverage detected