webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | List of all members
com.google.protobuf.DescriptorsTest Class Reference
Inheritance diagram for com.google.protobuf.DescriptorsTest:

Public Member Functions

void testFieldTypeEnumMapping () throws Exception
 
void testFileDescriptor () throws Exception
 
void testDescriptor () throws Exception
 
void testFieldDescriptor () throws Exception
 
void testFieldDescriptorLabel () throws Exception
 
void testFieldDescriptorJsonName () throws Exception
 
void testFieldDescriptorDefault () throws Exception
 
void testEnumDescriptor () throws Exception
 
void testServiceDescriptor () throws Exception
 
void testCustomOptions () throws Exception
 
void testFieldTypeTablesMatch () throws Exception
 
void testJavaTypeTablesMatch () throws Exception
 
void testEnormousDescriptor () throws Exception
 
void testDescriptorValidatorException () throws Exception
 
void testDescriptorComplexCrosslink () throws Exception
 
void testDependencyOrder () throws Exception
 
void testInvalidPublicDependency () throws Exception
 
void testUnknownFieldsDenied () throws Exception
 
void testUnknownFieldsAllowed () throws Exception
 
void testHiddenDependency () throws Exception
 
void testPublicDependency () throws Exception
 
void testComplexNamespacePublicDependency () throws Exception
 
void testOneofDescriptor () throws Exception
 
void testMessageDescriptorExtensions () throws Exception
 
void testReservedFields ()
 
void testToString ()
 
void testPackedEnumField () throws Exception
 

Detailed Description

Unit test for Descriptors.

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

Member Function Documentation

◆ testComplexNamespacePublicDependency()

void com.google.protobuf.DescriptorsTest.testComplexNamespacePublicDependency ( ) throws Exception
inline

Tests the translate/crosslink for an example with a more complex namespace referencing.

◆ testCustomOptions()

void com.google.protobuf.DescriptorsTest.testCustomOptions ( ) throws Exception
inline

◆ testDependencyOrder()

void com.google.protobuf.DescriptorsTest.testDependencyOrder ( ) throws Exception
inline

◆ testDescriptor()

void com.google.protobuf.DescriptorsTest.testDescriptor ( ) throws Exception
inline

◆ testDescriptorComplexCrosslink()

void com.google.protobuf.DescriptorsTest.testDescriptorComplexCrosslink ( ) throws Exception
inline

Tests the translate/crosslink for an example where a message field's name and type name are the same.

◆ testDescriptorValidatorException()

void com.google.protobuf.DescriptorsTest.testDescriptorValidatorException ( ) throws Exception
inline

Tests that the DescriptorValidationException works as intended.

◆ testEnormousDescriptor()

void com.google.protobuf.DescriptorsTest.testEnormousDescriptor ( ) throws Exception
inline

◆ testEnumDescriptor()

void com.google.protobuf.DescriptorsTest.testEnumDescriptor ( ) throws Exception
inline

◆ testFieldDescriptor()

void com.google.protobuf.DescriptorsTest.testFieldDescriptor ( ) throws Exception
inline

◆ testFieldDescriptorDefault()

void com.google.protobuf.DescriptorsTest.testFieldDescriptorDefault ( ) throws Exception
inline

◆ testFieldDescriptorJsonName()

void com.google.protobuf.DescriptorsTest.testFieldDescriptorJsonName ( ) throws Exception
inline

◆ testFieldDescriptorLabel()

void com.google.protobuf.DescriptorsTest.testFieldDescriptorLabel ( ) throws Exception
inline

◆ testFieldTypeEnumMapping()

void com.google.protobuf.DescriptorsTest.testFieldTypeEnumMapping ( ) throws Exception
inline

◆ testFieldTypeTablesMatch()

void com.google.protobuf.DescriptorsTest.testFieldTypeTablesMatch ( ) throws Exception
inline

Test that the FieldDescriptor.Type enum is the same as the WireFormat.FieldType enum.

◆ testFileDescriptor()

void com.google.protobuf.DescriptorsTest.testFileDescriptor ( ) throws Exception
inline

◆ testHiddenDependency()

void com.google.protobuf.DescriptorsTest.testHiddenDependency ( ) throws Exception
inline

◆ testInvalidPublicDependency()

void com.google.protobuf.DescriptorsTest.testInvalidPublicDependency ( ) throws Exception
inline

◆ testJavaTypeTablesMatch()

void com.google.protobuf.DescriptorsTest.testJavaTypeTablesMatch ( ) throws Exception
inline

Test that the FieldDescriptor.JavaType enum is the same as the WireFormat.JavaType enum.

◆ testMessageDescriptorExtensions()

void com.google.protobuf.DescriptorsTest.testMessageDescriptorExtensions ( ) throws Exception
inline

◆ testOneofDescriptor()

void com.google.protobuf.DescriptorsTest.testOneofDescriptor ( ) throws Exception
inline

◆ testPackedEnumField()

void com.google.protobuf.DescriptorsTest.testPackedEnumField ( ) throws Exception
inline

◆ testPublicDependency()

void com.google.protobuf.DescriptorsTest.testPublicDependency ( ) throws Exception
inline

◆ testReservedFields()

void com.google.protobuf.DescriptorsTest.testReservedFields ( )
inline

◆ testServiceDescriptor()

void com.google.protobuf.DescriptorsTest.testServiceDescriptor ( ) throws Exception
inline

◆ testToString()

void com.google.protobuf.DescriptorsTest.testToString ( )
inline

◆ testUnknownFieldsAllowed()

void com.google.protobuf.DescriptorsTest.testUnknownFieldsAllowed ( ) throws Exception
inline

◆ testUnknownFieldsDenied()

void com.google.protobuf.DescriptorsTest.testUnknownFieldsDenied ( ) throws Exception
inline

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