Searched refs:createDocumentWithAdjacentTexts (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/xml/
H A DNormalizeTest.java367 document = createDocumentWithAdjacentTexts("abc", "def");
373 document = createDocumentWithAdjacentTexts("", "", "");
379 document = createDocumentWithAdjacentTexts("abc", "def", "<br>", "ghi", "jkl");
385 document = createDocumentWithAdjacentTexts("", "", "<br>", "", "", "<br>", "", "<br>", "");
554 private Document createDocumentWithAdjacentTexts(String... texts) throws Exception { method in class:NormalizeTest

Completed in 4 milliseconds