Home
last modified time | relevance | path

Searched refs:intree (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java4077 private void doTest(TreeNode intree) throws Exception in doTest() argument
4079 doTest(m_xDoc, intree, true); in doTest()
4082 private void doTest(TreeNode intree, boolean insert) throws Exception in doTest() argument
4084 doTest(m_xDoc, intree, insert); in doTest()
4087 private void doTest(XTextDocument xDoc, TreeNode intree, in doTest() argument
4090 dumpTree(intree, "I: "); in doTest()
4093 new TreeInserter(xDoc).insertTree(intree); in doTest()
4112 new FuzzyTester().doTest(intree, outtree); in doTest()

Completed in 183 milliseconds