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

Public Member Functions

void testClear () throws Exception
 
void testCopy () throws Exception
 
void testSerializedSize () throws Exception
 
void testSerialization () throws Exception
 
void testParsing () throws Exception
 
void testParsingUninitialized () throws Exception
 
void testPackedSerialization () throws Exception
 
void testPackedParsing () throws Exception
 
void testUnpackedSerialization () throws Exception
 
void testParsePackedToUnpacked () throws Exception
 
void testParseUnpackedToPacked () throws Exception
 
void testUnpackedParsing () throws Exception
 
void testOptimizedForSize () throws Exception
 
void testIsInitialized () throws Exception
 
void testForeignIsInitialized () throws Exception
 
void testMergeFrom () throws Exception
 
void testEqualsAndHashCode () throws Exception
 
void testCheckByteStringIsUtf8OnUtf8 ()
 
void testCheckByteStringIsUtf8OnNonUtf8 ()
 

Detailed Description

Unit test for AbstractMessage.

Author
kento.nosp@m.n@go.nosp@m.ogle..nosp@m.com Kenton Varda

Member Function Documentation

◆ testCheckByteStringIsUtf8OnNonUtf8()

void com.google.protobuf.AbstractMessageTest.testCheckByteStringIsUtf8OnNonUtf8 ( )
inline

◆ testCheckByteStringIsUtf8OnUtf8()

void com.google.protobuf.AbstractMessageTest.testCheckByteStringIsUtf8OnUtf8 ( )
inline

◆ testClear()

void com.google.protobuf.AbstractMessageTest.testClear ( ) throws Exception
inline

◆ testCopy()

void com.google.protobuf.AbstractMessageTest.testCopy ( ) throws Exception
inline

◆ testEqualsAndHashCode()

void com.google.protobuf.AbstractMessageTest.testEqualsAndHashCode ( ) throws Exception
inline

◆ testForeignIsInitialized()

void com.google.protobuf.AbstractMessageTest.testForeignIsInitialized ( ) throws Exception
inline

◆ testIsInitialized()

void com.google.protobuf.AbstractMessageTest.testIsInitialized ( ) throws Exception
inline

◆ testMergeFrom()

void com.google.protobuf.AbstractMessageTest.testMergeFrom ( ) throws Exception
inline

◆ testOptimizedForSize()

void com.google.protobuf.AbstractMessageTest.testOptimizedForSize ( ) throws Exception
inline

◆ testPackedParsing()

void com.google.protobuf.AbstractMessageTest.testPackedParsing ( ) throws Exception
inline

◆ testPackedSerialization()

void com.google.protobuf.AbstractMessageTest.testPackedSerialization ( ) throws Exception
inline

◆ testParsePackedToUnpacked()

void com.google.protobuf.AbstractMessageTest.testParsePackedToUnpacked ( ) throws Exception
inline

◆ testParseUnpackedToPacked()

void com.google.protobuf.AbstractMessageTest.testParseUnpackedToPacked ( ) throws Exception
inline

◆ testParsing()

void com.google.protobuf.AbstractMessageTest.testParsing ( ) throws Exception
inline

◆ testParsingUninitialized()

void com.google.protobuf.AbstractMessageTest.testParsingUninitialized ( ) throws Exception
inline

◆ testSerialization()

void com.google.protobuf.AbstractMessageTest.testSerialization ( ) throws Exception
inline

◆ testSerializedSize()

void com.google.protobuf.AbstractMessageTest.testSerializedSize ( ) throws Exception
inline

◆ testUnpackedParsing()

void com.google.protobuf.AbstractMessageTest.testUnpackedParsing ( ) throws Exception
inline

◆ testUnpackedSerialization()

void com.google.protobuf.AbstractMessageTest.testUnpackedSerialization ( ) throws Exception
inline

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