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

/openjdk7/jdk/test/java/lang/StringBuffer/
H A DSupplementary.java212 testAppendCodePoint(-1, IllegalArgumentException.class);
213 testAppendCodePoint(Character.MAX_CODE_POINT+1, IllegalArgumentException.class);
333 static void testAppendCodePoint(int codePoint, Class expectedException) { method in class:Supplementary
/openjdk7/jdk/test/java/lang/StringBuilder/
H A DSupplementary.java212 testAppendCodePoint(-1, IllegalArgumentException.class);
213 testAppendCodePoint(Character.MAX_CODE_POINT+1, IllegalArgumentException.class);
333 static void testAppendCodePoint(int codePoint, Class expectedException) { method in class:Supplementary

Completed in 197 milliseconds