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

/openjdk9/jdk/test/java/lang/String/
H A DSBConstructor.java37 StringBuffer testStringBuffer = new StringBuffer();
41 testStringBuffer.append(aChar);
44 String testString1 = new String(testStringBuffer);
H A DContentEquals.java42 testStringBuffer();
49 public static void testStringBuffer() throws Exception { method in class:ContentEquals
52 StringBuffer testStringBuffer = new StringBuffer();
55 testStringBuffer.append(aChar);
57 String testString = testStringBuffer.toString();
58 char c = testStringBuffer.charAt(0);
59 testStringBuffer.setCharAt(0, 'c');
60 testStringBuffer.setCharAt(0, c);
61 if (!testString.contentEquals(testStringBuffer))
/openjdk9/jdk/test/java/lang/StringBuilder/
H A DEnsureCapacity.java38 testStringBuffer();
65 private static void testStringBuffer() { method in class:EnsureCapacity
/openjdk9/jdk/test/java/util/stream/test/org/openjdk/tests/java/util/
H A DFillableStringTest.java47 public void testStringBuffer() { method in class:FillableStringTest
/openjdk9/jdk/test/jdk/lambda/
H A DMethodReferenceTestInstanceMethod.java49 public void testStringBuffer() { method in class:MethodReferenceTestInstanceMethod
/openjdk9/jdk/test/java/lang/Appendable/
H A DBasic.java266 private static BasicRunnable testStringBuffer = field in class:Basic
384 test(new StringBuffer(), a, testStringBuffer);

Completed in 167 milliseconds