Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/xml/
DNormalizeTest.java554 private Document createDocumentWithAdjacentTexts(String... texts) throws Exception { in createDocumentWithAdjacentTexts() argument
559 for (String text : texts) { in createDocumentWithAdjacentTexts()
569 private void assertChildren(Element element, String... texts) { in assertChildren() argument
582 assertEquals(Arrays.asList(texts), actual); in assertChildren()
/libcore/luni/src/test/java/libcore/java/sql/
DOldResultSetGetterTests.java861 List<String> texts = Arrays.asList("Test text message tiny", in testGetStringInt() local
867 for (String t : texts) { in testGetStringInt()
874 texts = Arrays.asList("1", "-1", "22", "2", "33", in testGetStringInt()
880 for (String t : texts) { in testGetStringInt()