예제 #1
0
 protected void setUp() {
   this.n = g.newNodes(1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
   this.root = n[0];
   this.path = root.asPath();
 }