We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ef6f6 commit af522ffCopy full SHA for af522ff
1 file changed
src/test/java/TreeDiffingTest.java
@@ -20,6 +20,7 @@
20
import org.variantsync.diffdetective.variation.diff.serialize.nodeformat.FullNodeFormat;
21
import org.variantsync.diffdetective.variation.tree.VariationTree;
22
import org.variantsync.diffdetective.variation.tree.source.LocalFileSource;
23
+import com.github.gumtreediff.client.Run;
24
25
import java.io.IOException;
26
import java.nio.file.Files;
@@ -57,6 +58,7 @@ public Path visualisation() {
57
58
}
59
60
private static Stream<TestCase> testCases() throws IOException {
61
+ Run.initMatchers();
62
return Files
63
.list(testDir)
64
.mapMulti(((path, result) -> {
0 commit comments