Searched refs:createDocumentWithAdjacentTexts (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/test/java/libcore/xml/ |
D | NormalizeTest.java | 367 document = createDocumentWithAdjacentTexts("abc", "def"); in testMergeAdjacentTextNodes() 373 document = createDocumentWithAdjacentTexts("", "", ""); in testMergeAdjacentEmptyTextNodes() 379 document = createDocumentWithAdjacentTexts("abc", "def", "<br>", "ghi", "jkl"); in testMergeAdjacentNodesWithNonTextSiblings() 385 document = createDocumentWithAdjacentTexts("", "", "<br>", "", "", "<br>", "", "<br>", ""); in testMergeAdjacentNodesEliminatesEmptyTexts() 554 private Document createDocumentWithAdjacentTexts(String... texts) throws Exception { in createDocumentWithAdjacentTexts() method in NormalizeTest
|