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

Public Member Functions

void setUp () throws Exception
 
void testVarint () throws Exception
 
void testFixed32 () throws Exception
 
void testFixed64 () throws Exception
 
void testLengthDelimited () throws Exception
 
void testGroup () throws Exception
 
void testSerialize () throws Exception
 
void testCopyFrom () throws Exception
 
void testMergeFrom () throws Exception
 
void testClear () throws Exception
 
void testClearMessage () throws Exception
 
void testClearField () throws Exception
 
void testParseKnownAndUnknown () throws Exception
 
void testWrongTypeTreatedAsUnknown () throws Exception
 
void testUnknownExtensions () throws Exception
 
void testWrongExtensionTypeTreatedAsUnknown () throws Exception
 
void testParseUnknownEnumValue () throws Exception
 
void testLargeVarint () throws Exception
 
void testEqualsAndHashCode ()
 
void testSerializeLite () throws Exception
 
void testAllExtensionsLite () throws Exception
 
void testAllPackedFieldsLite () throws Exception
 
void testAllPackedExtensionsLite () throws Exception
 
void testCopyFromLite () throws Exception
 
void testMergeFromLite () throws Exception
 
void testWrongTypeTreatedAsUnknownLite () throws Exception
 
void testUnknownExtensionsLite () throws Exception
 
void testWrongExtensionTypeTreatedAsUnknownLite () throws Exception
 
void testParseUnknownEnumValueLite () throws Exception
 
void testClearLite () throws Exception
 

Detailed Description

Tests related to unknown field handling.

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

Member Function Documentation

◆ setUp()

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

◆ testAllExtensionsLite()

void com.google.protobuf.UnknownFieldSetTest.testAllExtensionsLite ( ) throws Exception
inline

◆ testAllPackedExtensionsLite()

void com.google.protobuf.UnknownFieldSetTest.testAllPackedExtensionsLite ( ) throws Exception
inline

◆ testAllPackedFieldsLite()

void com.google.protobuf.UnknownFieldSetTest.testAllPackedFieldsLite ( ) throws Exception
inline

◆ testClear()

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

◆ testClearField()

void com.google.protobuf.UnknownFieldSetTest.testClearField ( ) throws Exception
inline

◆ testClearLite()

void com.google.protobuf.UnknownFieldSetTest.testClearLite ( ) throws Exception
inline

◆ testClearMessage()

void com.google.protobuf.UnknownFieldSetTest.testClearMessage ( ) throws Exception
inline

◆ testCopyFrom()

void com.google.protobuf.UnknownFieldSetTest.testCopyFrom ( ) throws Exception
inline

◆ testCopyFromLite()

void com.google.protobuf.UnknownFieldSetTest.testCopyFromLite ( ) throws Exception
inline

◆ testEqualsAndHashCode()

void com.google.protobuf.UnknownFieldSetTest.testEqualsAndHashCode ( )
inline

◆ testFixed32()

void com.google.protobuf.UnknownFieldSetTest.testFixed32 ( ) throws Exception
inline

◆ testFixed64()

void com.google.protobuf.UnknownFieldSetTest.testFixed64 ( ) throws Exception
inline

◆ testGroup()

void com.google.protobuf.UnknownFieldSetTest.testGroup ( ) throws Exception
inline

◆ testLargeVarint()

void com.google.protobuf.UnknownFieldSetTest.testLargeVarint ( ) throws Exception
inline

◆ testLengthDelimited()

void com.google.protobuf.UnknownFieldSetTest.testLengthDelimited ( ) throws Exception
inline

◆ testMergeFrom()

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

◆ testMergeFromLite()

void com.google.protobuf.UnknownFieldSetTest.testMergeFromLite ( ) throws Exception
inline

◆ testParseKnownAndUnknown()

void com.google.protobuf.UnknownFieldSetTest.testParseKnownAndUnknown ( ) throws Exception
inline

◆ testParseUnknownEnumValue()

void com.google.protobuf.UnknownFieldSetTest.testParseUnknownEnumValue ( ) throws Exception
inline

◆ testParseUnknownEnumValueLite()

void com.google.protobuf.UnknownFieldSetTest.testParseUnknownEnumValueLite ( ) throws Exception
inline

◆ testSerialize()

void com.google.protobuf.UnknownFieldSetTest.testSerialize ( ) throws Exception
inline

◆ testSerializeLite()

void com.google.protobuf.UnknownFieldSetTest.testSerializeLite ( ) throws Exception
inline

◆ testUnknownExtensions()

void com.google.protobuf.UnknownFieldSetTest.testUnknownExtensions ( ) throws Exception
inline

◆ testUnknownExtensionsLite()

void com.google.protobuf.UnknownFieldSetTest.testUnknownExtensionsLite ( ) throws Exception
inline

◆ testVarint()

void com.google.protobuf.UnknownFieldSetTest.testVarint ( ) throws Exception
inline

◆ testWrongExtensionTypeTreatedAsUnknown()

void com.google.protobuf.UnknownFieldSetTest.testWrongExtensionTypeTreatedAsUnknown ( ) throws Exception
inline

◆ testWrongExtensionTypeTreatedAsUnknownLite()

void com.google.protobuf.UnknownFieldSetTest.testWrongExtensionTypeTreatedAsUnknownLite ( ) throws Exception
inline

◆ testWrongTypeTreatedAsUnknown()

void com.google.protobuf.UnknownFieldSetTest.testWrongTypeTreatedAsUnknown ( ) throws Exception
inline

◆ testWrongTypeTreatedAsUnknownLite()

void com.google.protobuf.UnknownFieldSetTest.testWrongTypeTreatedAsUnknownLite ( ) throws Exception
inline

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