OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sharedstr
(Results
1 - 1
of
1
) sorted by null
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StringBuffer2Test.java
258
String
sharedStr
= testBuffer.toString();
260
assertEquals("Didn't clone shared buffer", "This is a test buffer",
sharedStr
264
assertEquals("Didn't clone shared buffer 2", "This is a test buffer",
sharedStr
Completed in 169 milliseconds