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

Public Member Functions

void setUp () throws Exception
 
void testLite () throws Exception
 
void testLiteExtensions () throws Exception
 
void testClone ()
 
void testAddAll ()
 
void testSanityCopyOnWrite () throws InvalidProtocolBufferException
 
void testToStringDefaultInstance () throws Exception
 
void testToStringPrimitives () throws Exception
 
void testToStringStringFields () throws Exception
 
void testToStringNestedMessage () throws Exception
 
void testToStringRepeatedFields () throws Exception
 
void testToStringForeignFields () throws Exception
 
void testToStringExtensions () throws Exception
 
void testToStringUnknownFields () throws Exception
 
void testToStringLazyMessage () throws Exception
 
void testToStringGroup () throws Exception
 
void testToStringOneof () throws Exception
 
void testParseLazy () throws Exception
 
void testParseLazy_oneOf () throws Exception
 
void testMergeFromStream_repeatedField () throws Exception
 
void testMergeFromStream_invalidBytes () throws Exception
 
void testMergeFrom_sanity () throws Exception
 
void testEquals_notEqual () throws Exception
 
void testEquals () throws Exception
 
void testOneofEquals () throws Exception
 
void testEquals_sanity () throws Exception
 
void testEqualsAndHashCodeWithUnknownFields () throws InvalidProtocolBufferException
 
void testEquals_oneOfMessages ()
 
void testRecursiveHashcode ()
 

Detailed Description

Test lite runtime.

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

Member Function Documentation

◆ setUp()

void com.google.protobuf.LiteTest.setUp ( ) throws Exception
inline

◆ testAddAll()

void com.google.protobuf.LiteTest.testAddAll ( )
inline

◆ testClone()

void com.google.protobuf.LiteTest.testClone ( )
inline

◆ testEquals()

void com.google.protobuf.LiteTest.testEquals ( ) throws Exception
inline

◆ testEquals_notEqual()

void com.google.protobuf.LiteTest.testEquals_notEqual ( ) throws Exception
inline

◆ testEquals_oneOfMessages()

void com.google.protobuf.LiteTest.testEquals_oneOfMessages ( )
inline

◆ testEquals_sanity()

void com.google.protobuf.LiteTest.testEquals_sanity ( ) throws Exception
inline

◆ testEqualsAndHashCodeWithUnknownFields()

void com.google.protobuf.LiteTest.testEqualsAndHashCodeWithUnknownFields ( ) throws InvalidProtocolBufferException
inline

◆ testLite()

void com.google.protobuf.LiteTest.testLite ( ) throws Exception
inline

◆ testLiteExtensions()

void com.google.protobuf.LiteTest.testLiteExtensions ( ) throws Exception
inline

◆ testMergeFrom_sanity()

void com.google.protobuf.LiteTest.testMergeFrom_sanity ( ) throws Exception
inline

◆ testMergeFromStream_invalidBytes()

void com.google.protobuf.LiteTest.testMergeFromStream_invalidBytes ( ) throws Exception
inline

◆ testMergeFromStream_repeatedField()

void com.google.protobuf.LiteTest.testMergeFromStream_repeatedField ( ) throws Exception
inline

◆ testOneofEquals()

void com.google.protobuf.LiteTest.testOneofEquals ( ) throws Exception
inline

◆ testParseLazy()

void com.google.protobuf.LiteTest.testParseLazy ( ) throws Exception
inline

◆ testParseLazy_oneOf()

void com.google.protobuf.LiteTest.testParseLazy_oneOf ( ) throws Exception
inline

◆ testRecursiveHashcode()

void com.google.protobuf.LiteTest.testRecursiveHashcode ( )
inline

◆ testSanityCopyOnWrite()

void com.google.protobuf.LiteTest.testSanityCopyOnWrite ( ) throws InvalidProtocolBufferException
inline

◆ testToStringDefaultInstance()

void com.google.protobuf.LiteTest.testToStringDefaultInstance ( ) throws Exception
inline

◆ testToStringExtensions()

void com.google.protobuf.LiteTest.testToStringExtensions ( ) throws Exception
inline

◆ testToStringForeignFields()

void com.google.protobuf.LiteTest.testToStringForeignFields ( ) throws Exception
inline

◆ testToStringGroup()

void com.google.protobuf.LiteTest.testToStringGroup ( ) throws Exception
inline

◆ testToStringLazyMessage()

void com.google.protobuf.LiteTest.testToStringLazyMessage ( ) throws Exception
inline

◆ testToStringNestedMessage()

void com.google.protobuf.LiteTest.testToStringNestedMessage ( ) throws Exception
inline

◆ testToStringOneof()

void com.google.protobuf.LiteTest.testToStringOneof ( ) throws Exception
inline

◆ testToStringPrimitives()

void com.google.protobuf.LiteTest.testToStringPrimitives ( ) throws Exception
inline

◆ testToStringRepeatedFields()

void com.google.protobuf.LiteTest.testToStringRepeatedFields ( ) throws Exception
inline

◆ testToStringStringFields()

void com.google.protobuf.LiteTest.testToStringStringFields ( ) throws Exception
inline

◆ testToStringUnknownFields()

void com.google.protobuf.LiteTest.testToStringUnknownFields ( ) throws Exception
inline

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