webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | List of all members
com.google.protobuf.NioByteStringTest Class Reference
Inheritance diagram for com.google.protobuf.NioByteStringTest:

Public Member Functions

void testExpectedType ()
 
void testByteAt ()
 
void testByteIterator ()
 
void testByteIterable ()
 
void testSize ()
 
void testGetTreeDepth ()
 
void testIsBalanced ()
 
void testCopyTo_ByteArrayOffsetLength ()
 
void testCopyTo_ByteArrayOffsetLengthErrors ()
 
void testCopyTo_ByteBuffer ()
 
void testMarkSupported ()
 
void testMarkAndReset () throws IOException
 
void testAsReadOnlyByteBuffer ()
 
void testAsReadOnlyByteBufferList ()
 
void testToByteArray ()
 
void testWriteTo () throws IOException
 
void testWriteToShouldNotExposeInternalBufferToOutputStream () throws IOException
 
void testWriteToInternalShouldExposeInternalBufferToOutputStream () throws IOException
 
void testWriteToShouldExposeInternalBufferToByteOutput () throws IOException
 
void testNewOutput () throws IOException
 
void testToString ()
 
void testCharsetToString ()
 
void testToString_returnsCanonicalEmptyString ()
 
void testToString_raisesException ()
 
void testEquals ()
 
void testEqualsLiteralByteString ()
 
void testEqualsRopeByteString ()
 
void testHashCode ()
 
void testPeekCachedHashCode ()
 
void testPartialHash ()
 
void testNewInput () throws IOException
 
void testNewInput_skip () throws IOException
 
void testNewCodedInput () throws IOException
 
void testConcat_empty ()
 
void testJavaSerialization () throws Exception
 

Protected Member Functions

String getActualClassName (Object object)
 

Detailed Description

Tests for NioByteString.

Member Function Documentation

◆ getActualClassName()

String com.google.protobuf.NioByteStringTest.getActualClassName ( Object  object)
inlineprotected

◆ testAsReadOnlyByteBuffer()

void com.google.protobuf.NioByteStringTest.testAsReadOnlyByteBuffer ( )
inline

◆ testAsReadOnlyByteBufferList()

void com.google.protobuf.NioByteStringTest.testAsReadOnlyByteBufferList ( )
inline

◆ testByteAt()

void com.google.protobuf.NioByteStringTest.testByteAt ( )
inline

◆ testByteIterable()

void com.google.protobuf.NioByteStringTest.testByteIterable ( )
inline

◆ testByteIterator()

void com.google.protobuf.NioByteStringTest.testByteIterator ( )
inline

◆ testCharsetToString()

void com.google.protobuf.NioByteStringTest.testCharsetToString ( )
inline

◆ testConcat_empty()

void com.google.protobuf.NioByteStringTest.testConcat_empty ( )
inline

Make sure we keep things simple when concatenating with empty. See also ByteStringTest#testConcat_empty().

◆ testCopyTo_ByteArrayOffsetLength()

void com.google.protobuf.NioByteStringTest.testCopyTo_ByteArrayOffsetLength ( )
inline

◆ testCopyTo_ByteArrayOffsetLengthErrors()

void com.google.protobuf.NioByteStringTest.testCopyTo_ByteArrayOffsetLengthErrors ( )
inline

◆ testCopyTo_ByteBuffer()

void com.google.protobuf.NioByteStringTest.testCopyTo_ByteBuffer ( )
inline

◆ testEquals()

void com.google.protobuf.NioByteStringTest.testEquals ( )
inline

◆ testEqualsLiteralByteString()

void com.google.protobuf.NioByteStringTest.testEqualsLiteralByteString ( )
inline

◆ testEqualsRopeByteString()

void com.google.protobuf.NioByteStringTest.testEqualsRopeByteString ( )
inline

◆ testExpectedType()

void com.google.protobuf.NioByteStringTest.testExpectedType ( )
inline

◆ testGetTreeDepth()

void com.google.protobuf.NioByteStringTest.testGetTreeDepth ( )
inline

◆ testHashCode()

void com.google.protobuf.NioByteStringTest.testHashCode ( )
inline

◆ testIsBalanced()

void com.google.protobuf.NioByteStringTest.testIsBalanced ( )
inline

◆ testJavaSerialization()

void com.google.protobuf.NioByteStringTest.testJavaSerialization ( ) throws Exception
inline

◆ testMarkAndReset()

void com.google.protobuf.NioByteStringTest.testMarkAndReset ( ) throws IOException
inline

◆ testMarkSupported()

void com.google.protobuf.NioByteStringTest.testMarkSupported ( )
inline

◆ testNewCodedInput()

void com.google.protobuf.NioByteStringTest.testNewCodedInput ( ) throws IOException
inline

◆ testNewInput()

void com.google.protobuf.NioByteStringTest.testNewInput ( ) throws IOException
inline

◆ testNewInput_skip()

void com.google.protobuf.NioByteStringTest.testNewInput_skip ( ) throws IOException
inline

◆ testNewOutput()

void com.google.protobuf.NioByteStringTest.testNewOutput ( ) throws IOException
inline

◆ testPartialHash()

void com.google.protobuf.NioByteStringTest.testPartialHash ( )
inline

◆ testPeekCachedHashCode()

void com.google.protobuf.NioByteStringTest.testPeekCachedHashCode ( )
inline

◆ testSize()

void com.google.protobuf.NioByteStringTest.testSize ( )
inline

◆ testToByteArray()

void com.google.protobuf.NioByteStringTest.testToByteArray ( )
inline

◆ testToString()

void com.google.protobuf.NioByteStringTest.testToString ( )
inline

◆ testToString_raisesException()

void com.google.protobuf.NioByteStringTest.testToString_raisesException ( )
inline

◆ testToString_returnsCanonicalEmptyString()

void com.google.protobuf.NioByteStringTest.testToString_returnsCanonicalEmptyString ( )
inline

◆ testWriteTo()

void com.google.protobuf.NioByteStringTest.testWriteTo ( ) throws IOException
inline

◆ testWriteToInternalShouldExposeInternalBufferToOutputStream()

void com.google.protobuf.NioByteStringTest.testWriteToInternalShouldExposeInternalBufferToOutputStream ( ) throws IOException
inline

◆ testWriteToShouldExposeInternalBufferToByteOutput()

void com.google.protobuf.NioByteStringTest.testWriteToShouldExposeInternalBufferToByteOutput ( ) throws IOException
inline

◆ testWriteToShouldNotExposeInternalBufferToOutputStream()

void com.google.protobuf.NioByteStringTest.testWriteToShouldNotExposeInternalBufferToOutputStream ( ) throws IOException
inline

The documentation for this class was generated from the following file: