Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/StringBuffer/
DSupplementary.java218 testAppendCodePoint(-1, IllegalArgumentException.class); in test4()
219 testAppendCodePoint(Character.MAX_CODE_POINT+1, IllegalArgumentException.class); in test4()
339 static void testAppendCodePoint(int codePoint, Class expectedException) { in testAppendCodePoint() method in Supplementary
/libcore/ojluni/src/test/java/lang/StringBuilder/
DSupplementary.java220 testAppendCodePoint(-1, IllegalArgumentException.class); in test4()
221 testAppendCodePoint(Character.MAX_CODE_POINT+1, IllegalArgumentException.class); in test4()
354 static void testAppendCodePoint(int codePoint, Class expectedException) { in testAppendCodePoint() method in Supplementary