(String[] args)
| 33 | } |
| 34 | } |
| 35 | public static void |
| 36 | main(String[] args) throws Exception { |
| 37 | Directories.refreshTestDir(); |
| 38 | Directories.populateTestDir(); |
| 39 | Files.walk(Paths.get("test")) |
| 40 | .filter(Files::isDirectory) |
| 41 | .forEach(TreeWatcher::watchDir); |
| 42 | PathWatcher.delTxtFiles(); |
| 43 | } |
| 44 | } |
| 45 | /* Output: |
| 46 | deleting test\bag\foo\bar\baz\File.txt |
nothing calls this directly
no test coverage detected