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

Public Member Functions

void testMergeFrom () throws Exception
 
void testMergeFromDynamic () throws Exception
 
void testDynamicMergeFrom () throws Exception
 
void testRequired () throws Exception
 
void testRequiredForeign () throws Exception
 
void testRequiredExtension () throws Exception
 
void testRequiredDynamic () throws Exception
 
void testRequiredDynamicForeign () throws Exception
 
void testUninitializedException () throws Exception
 
void testBuildPartial () throws Exception
 
void testNestedUninitializedException () throws Exception
 
void testBuildNestedPartial () throws Exception
 
void testParseUnititialized () throws Exception
 
void testParseNestedUnititialized () throws Exception
 
void testDynamicUninitializedException () throws Exception
 
void testDynamicBuildPartial () throws Exception
 
void testDynamicParseUnititialized () throws Exception
 
void testDynamicRepeatedMessageNull () throws Exception
 
void testDynamicRepeatedMessageNotNull () throws Exception
 

Detailed Description

Misc. unit tests for message operations that apply to both generated and dynamic messages.

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

Member Function Documentation

◆ testBuildNestedPartial()

void com.google.protobuf.MessageTest.testBuildNestedPartial ( ) throws Exception
inline

◆ testBuildPartial()

void com.google.protobuf.MessageTest.testBuildPartial ( ) throws Exception
inline

◆ testDynamicBuildPartial()

void com.google.protobuf.MessageTest.testDynamicBuildPartial ( ) throws Exception
inline

◆ testDynamicMergeFrom()

void com.google.protobuf.MessageTest.testDynamicMergeFrom ( ) throws Exception
inline

Test merging two DynamicMessages.

◆ testDynamicParseUnititialized()

void com.google.protobuf.MessageTest.testDynamicParseUnititialized ( ) throws Exception
inline

◆ testDynamicRepeatedMessageNotNull()

void com.google.protobuf.MessageTest.testDynamicRepeatedMessageNotNull ( ) throws Exception
inline

Test reading repeated message from DynamicMessage.

◆ testDynamicRepeatedMessageNull()

void com.google.protobuf.MessageTest.testDynamicRepeatedMessageNull ( ) throws Exception
inline

Test reading unset repeated message from DynamicMessage.

◆ testDynamicUninitializedException()

void com.google.protobuf.MessageTest.testDynamicUninitializedException ( ) throws Exception
inline

◆ testMergeFrom()

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

◆ testMergeFromDynamic()

void com.google.protobuf.MessageTest.testMergeFromDynamic ( ) throws Exception
inline

Test merging a DynamicMessage into a GeneratedMessage. As long as they have the same descriptor, this should work, but it is an entirely different code path.

◆ testNestedUninitializedException()

void com.google.protobuf.MessageTest.testNestedUninitializedException ( ) throws Exception
inline

◆ testParseNestedUnititialized()

void com.google.protobuf.MessageTest.testParseNestedUnititialized ( ) throws Exception
inline

◆ testParseUnititialized()

void com.google.protobuf.MessageTest.testParseUnititialized ( ) throws Exception
inline

◆ testRequired()

void com.google.protobuf.MessageTest.testRequired ( ) throws Exception
inline

◆ testRequiredDynamic()

void com.google.protobuf.MessageTest.testRequiredDynamic ( ) throws Exception
inline

◆ testRequiredDynamicForeign()

void com.google.protobuf.MessageTest.testRequiredDynamicForeign ( ) throws Exception
inline

◆ testRequiredExtension()

void com.google.protobuf.MessageTest.testRequiredExtension ( ) throws Exception
inline

◆ testRequiredForeign()

void com.google.protobuf.MessageTest.testRequiredForeign ( ) throws Exception
inline

◆ testUninitializedException()

void com.google.protobuf.MessageTest.testUninitializedException ( ) throws Exception
inline

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