Apply this stage in a given directory, using configuration as appropriate from the test file. @param dir @param tf @return
(Trie path, Path dir, Map<Trie, TextFile> state, TestFile tf)
| 44 | * @return |
| 45 | */ |
| 46 | public Result apply(Trie path, Path dir, Map<Trie, TextFile> state, TestFile tf) throws IOException; |
| 47 | |
| 48 | /** |
| 49 | * Filter out all errors which could not be reported by this stage. |
no outgoing calls