public class PathIteratorTestBase extends Object
Constructor and Description |
---|
PathIteratorTestBase() |
Modifier and Type | Method and Description |
---|---|
static DependencyTreeNode[] |
makeTree(String[][] treeData,
int[][] treeLinks) |
static void |
testPath(DependencyPath path,
int expectedLength,
String expectedRelation,
String expectedFirst,
String expectedLast) |
public static DependencyTreeNode[] makeTree(String[][] treeData, int[][] treeLinks)
public static void testPath(DependencyPath path, int expectedLength, String expectedRelation, String expectedFirst, String expectedLast)
Copyright © 2012. All Rights Reserved.