Public Member Functions | |
void | testBalance () |
![]() | |
void | testAsReadOnlyByteBuffer () |
void | testAsReadOnlyByteBufferList () |
void | testByteAt () |
void | testByteIterable () |
void | testByteIterator () |
void | testConcat_empty () |
void | testCopyTo_ByteArrayOffsetLength () |
void | testCopyTo_ByteArrayOffsetLengthErrors () |
void | testCopyTo_ByteBuffer () |
void | testHashCode () |
void | testNewCodedInput () throws IOException |
void | testNewInput () throws IOException |
void | testNewInput_skip () throws IOException |
void | testNewOutput () throws IOException |
void | testSize () |
void | testToByteArray () |
void | testWriteTo () throws IOException |
void | testWriteTo_mutating () throws IOException |
Protected Member Functions | |
void | setUp () throws Exception |
![]() | |
String | getActualClassName (Object object) |
Additional Inherited Members | |
![]() | |
String | classUnderTest |
int | expectedHashCode |
byte[] | referenceBytes |
ByteString | stringUnderTest |
![]() | |
static final String | UTF_8 = "UTF-8" |
This class tests RopeByteString by inheriting the tests from LiteralByteStringTest. Only a couple of methods are overridden.
A full test of the result of RopeByteString#substring(int, int) is found in the separate class RopeByteStringSubstringTest.
Definition at line 47 of file bloaty/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/RopeByteStringTest.java.
|
inlineprotected |
Reimplemented from com.google.protobuf.test.LiteralByteStringTest.
Definition at line 50 of file bloaty/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/RopeByteStringTest.java.
|
inline |