Public Member Functions | Private Member Functions | List of all members
com.google.protobuf.LazyFieldLiteTest Class Reference
Inheritance diagram for com.google.protobuf.LazyFieldLiteTest:
Inheritance graph
[legend]

Public Member Functions

void testEmptyLazyField () throws Exception
 
void testEmptyLazyField () throws Exception
 
void testGetByteString ()
 
void testGetByteString ()
 
void testGetByteStringEx () throws Exception
 
void testGetByteStringEx () throws Exception
 
void testGetSerializedSize ()
 
void testGetSerializedSize ()
 
void testGetSerializedSizeEx () throws Exception
 
void testGetSerializedSizeEx () throws Exception
 
void testGetValue ()
 
void testGetValue ()
 
void testGetValueEx () throws Exception
 
void testGetValueEx () throws Exception
 
void testInvalidProto () throws Exception
 
void testInvalidProto () throws Exception
 
void testMergeBeforeParsing () throws Exception
 
void testMergeBeforeParsing () throws Exception
 
void testMergeExtensions () throws Exception
 
void testMergeExtensions () throws Exception
 
void testMergeInvalid () throws Exception
 
void testMergeInvalid () throws Exception
 
void testMergeKeepsExtensionsWhenPossible () throws Exception
 
void testMergeKeepsExtensionsWhenPossible () throws Exception
 
void testMergeOneNotParsed () throws Exception
 
void testMergeOneNotParsed () throws Exception
 
void testSetValue ()
 
void testSetValue ()
 
void testSetValueEx () throws Exception
 
void testSetValueEx () throws Exception
 

Private Member Functions

void assertNotEqual (Object unexpected, Object actual)
 
void assertNotEqual (Object unexpected, Object actual)
 
void changeValue (LazyFieldLite lazyField)
 
void changeValue (LazyFieldLite lazyField)
 
LazyFieldLite createLazyFieldLiteFromMessage (ExtensionRegistryLite extensionRegistry, MessageLite message)
 
LazyFieldLite createLazyFieldLiteFromMessage (ExtensionRegistryLite extensionRegistry, MessageLite message)
 
LazyFieldLite createLazyFieldLiteFromMessage (MessageLite message)
 
LazyFieldLite createLazyFieldLiteFromMessage (MessageLite message)
 

Detailed Description

Unit test for LazyFieldLite.

Author
xiang.nosp@m.l@go.nosp@m.ogle..nosp@m.com (Xiang Li)

Unit test for LazyFieldLite.

Definition at line 45 of file bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/LazyFieldLiteTest.java.

Member Function Documentation

◆ assertNotEqual() [1/2]

void com.google.protobuf.LazyFieldLiteTest.assertNotEqual ( Object  unexpected,
Object  actual 
)
inlineprivate

◆ assertNotEqual() [2/2]

void com.google.protobuf.LazyFieldLiteTest.assertNotEqual ( Object  unexpected,
Object  actual 
)
inlineprivate

◆ changeValue() [1/2]

void com.google.protobuf.LazyFieldLiteTest.changeValue ( LazyFieldLite  lazyField)
inlineprivate

◆ changeValue() [2/2]

void com.google.protobuf.LazyFieldLiteTest.changeValue ( LazyFieldLite  lazyField)
inlineprivate

◆ createLazyFieldLiteFromMessage() [1/4]

LazyFieldLite com.google.protobuf.LazyFieldLiteTest.createLazyFieldLiteFromMessage ( ExtensionRegistryLite  extensionRegistry,
MessageLite  message 
)
inlineprivate

◆ createLazyFieldLiteFromMessage() [2/4]

LazyFieldLite com.google.protobuf.LazyFieldLiteTest.createLazyFieldLiteFromMessage ( ExtensionRegistryLite  extensionRegistry,
MessageLite  message 
)
inlineprivate

◆ createLazyFieldLiteFromMessage() [3/4]

LazyFieldLite com.google.protobuf.LazyFieldLiteTest.createLazyFieldLiteFromMessage ( MessageLite  message)
inlineprivate

◆ createLazyFieldLiteFromMessage() [4/4]

LazyFieldLite com.google.protobuf.LazyFieldLiteTest.createLazyFieldLiteFromMessage ( MessageLite  message)
inlineprivate

◆ testEmptyLazyField() [1/2]

void com.google.protobuf.LazyFieldLiteTest.testEmptyLazyField ( ) throws Exception
inline

◆ testEmptyLazyField() [2/2]

void com.google.protobuf.LazyFieldLiteTest.testEmptyLazyField ( ) throws Exception
inline

◆ testGetByteString() [1/2]

void com.google.protobuf.LazyFieldLiteTest.testGetByteString ( )
inline

◆ testGetByteString() [2/2]

void com.google.protobuf.LazyFieldLiteTest.testGetByteString ( )
inline

◆ testGetByteStringEx() [1/2]

void com.google.protobuf.LazyFieldLiteTest.testGetByteStringEx ( ) throws Exception
inline

◆ testGetByteStringEx() [2/2]

void com.google.protobuf.LazyFieldLiteTest.testGetByteStringEx ( ) throws Exception
inline

◆ testGetSerializedSize() [1/2]

void com.google.protobuf.LazyFieldLiteTest.testGetSerializedSize ( )
inline

◆ testGetSerializedSize() [2/2]

void com.google.protobuf.LazyFieldLiteTest.testGetSerializedSize ( )
inline

◆ testGetSerializedSizeEx() [1/2]

void com.google.protobuf.LazyFieldLiteTest.testGetSerializedSizeEx ( ) throws Exception
inline

◆ testGetSerializedSizeEx() [2/2]

void com.google.protobuf.LazyFieldLiteTest.testGetSerializedSizeEx ( ) throws Exception
inline

◆ testGetValue() [1/2]

void com.google.protobuf.LazyFieldLiteTest.testGetValue ( )
inline

◆ testGetValue() [2/2]

void com.google.protobuf.LazyFieldLiteTest.testGetValue ( )
inline

◆ testGetValueEx() [1/2]

void com.google.protobuf.LazyFieldLiteTest.testGetValueEx ( ) throws Exception
inline

◆ testGetValueEx() [2/2]

void com.google.protobuf.LazyFieldLiteTest.testGetValueEx ( ) throws Exception
inline

◆ testInvalidProto() [1/2]

void com.google.protobuf.LazyFieldLiteTest.testInvalidProto ( ) throws Exception
inline

◆ testInvalidProto() [2/2]

void com.google.protobuf.LazyFieldLiteTest.testInvalidProto ( ) throws Exception
inline

◆ testMergeBeforeParsing() [1/2]

void com.google.protobuf.LazyFieldLiteTest.testMergeBeforeParsing ( ) throws Exception
inline

◆ testMergeBeforeParsing() [2/2]

void com.google.protobuf.LazyFieldLiteTest.testMergeBeforeParsing ( ) throws Exception
inline

◆ testMergeExtensions() [1/2]

void com.google.protobuf.LazyFieldLiteTest.testMergeExtensions ( ) throws Exception
inline

◆ testMergeExtensions() [2/2]

void com.google.protobuf.LazyFieldLiteTest.testMergeExtensions ( ) throws Exception
inline

◆ testMergeInvalid() [1/2]

void com.google.protobuf.LazyFieldLiteTest.testMergeInvalid ( ) throws Exception
inline

◆ testMergeInvalid() [2/2]

void com.google.protobuf.LazyFieldLiteTest.testMergeInvalid ( ) throws Exception
inline

◆ testMergeKeepsExtensionsWhenPossible() [1/2]

void com.google.protobuf.LazyFieldLiteTest.testMergeKeepsExtensionsWhenPossible ( ) throws Exception
inline

◆ testMergeKeepsExtensionsWhenPossible() [2/2]

void com.google.protobuf.LazyFieldLiteTest.testMergeKeepsExtensionsWhenPossible ( ) throws Exception
inline

◆ testMergeOneNotParsed() [1/2]

void com.google.protobuf.LazyFieldLiteTest.testMergeOneNotParsed ( ) throws Exception
inline

◆ testMergeOneNotParsed() [2/2]

void com.google.protobuf.LazyFieldLiteTest.testMergeOneNotParsed ( ) throws Exception
inline

◆ testSetValue() [1/2]

void com.google.protobuf.LazyFieldLiteTest.testSetValue ( )
inline

◆ testSetValue() [2/2]

void com.google.protobuf.LazyFieldLiteTest.testSetValue ( )
inline

◆ testSetValueEx() [1/2]

void com.google.protobuf.LazyFieldLiteTest.testSetValueEx ( ) throws Exception
inline

◆ testSetValueEx() [2/2]

void com.google.protobuf.LazyFieldLiteTest.testSetValueEx ( ) throws Exception
inline

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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:06