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

Public Member Functions

void setUp ()
 
void setUp ()
 
void testBuildEmptyParseTree ()
 
void testBuildEmptyParseTree ()
 
void testGetLocationReturnsSingleLocation ()
 
void testGetLocationReturnsSingleLocation ()
 
void testGetLocationsReturnsMultipleLocations ()
 
void testGetLocationsReturnsMultipleLocations ()
 
void testGetLocationsReturnsNoParseLocationsForUnknownField ()
 
void testGetLocationsReturnsNoParseLocationsForUnknownField ()
 
void testGetLocationThrowsIllegalArgumentExceptionForInvalidIndex ()
 
void testGetLocationThrowsIllegalArgumentExceptionForInvalidIndex ()
 
void testGetLocationThrowsIllegalArgumentExceptionForUnknownField ()
 
void testGetLocationThrowsIllegalArgumentExceptionForUnknownField ()
 
void testGetNestedTreesReturnsMultipleTrees ()
 
void testGetNestedTreesReturnsMultipleTrees ()
 
void testGetNestedTreesReturnsNoParseInfoTreesForUnknownField ()
 
void testGetNestedTreesReturnsNoParseInfoTreesForUnknownField ()
 
void testGetNestedTreesReturnsSingleTree ()
 
void testGetNestedTreesReturnsSingleTree ()
 
void testGetNestedTreeThrowsIllegalArgumentExceptionForInvalidIndex ()
 
void testGetNestedTreeThrowsIllegalArgumentExceptionForInvalidIndex ()
 
void testGetNestedTreeThrowsIllegalArgumentExceptionForUnknownField ()
 
void testGetNestedTreeThrowsIllegalArgumentExceptionForUnknownField ()
 

Private Attributes

TextFormatParseInfoTree.Builder rootBuilder
 

Static Private Attributes

static final Descriptor DESCRIPTOR = TestAllTypes.getDescriptor()
 
static final FieldDescriptor FIELD_BB
 
static final TextFormatParseLocation LOC0 = TextFormatParseLocation.create(1, 2)
 
static final TextFormatParseLocation LOC1 = TextFormatParseLocation.create(2, 3)
 
static final FieldDescriptor OPTIONAL_BOOLEAN
 
static final FieldDescriptor OPTIONAL_INT32
 
static final FieldDescriptor OPTIONAL_NESTED_MESSAGE
 
static final FieldDescriptor REPEATED_INT32
 
static final FieldDescriptor REPEATED_NESTED_MESSAGE
 

Detailed Description

Testlink TextFormatParseInfoTree}.

Test TextFormatParseInfoTree.

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

Member Function Documentation

◆ setUp() [1/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.setUp ( )
inline

◆ setUp() [2/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.setUp ( )
inline

◆ testBuildEmptyParseTree() [1/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testBuildEmptyParseTree ( )
inline

◆ testBuildEmptyParseTree() [2/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testBuildEmptyParseTree ( )
inline

◆ testGetLocationReturnsSingleLocation() [1/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetLocationReturnsSingleLocation ( )
inline

◆ testGetLocationReturnsSingleLocation() [2/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetLocationReturnsSingleLocation ( )
inline

◆ testGetLocationsReturnsMultipleLocations() [1/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetLocationsReturnsMultipleLocations ( )
inline

◆ testGetLocationsReturnsMultipleLocations() [2/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetLocationsReturnsMultipleLocations ( )
inline

◆ testGetLocationsReturnsNoParseLocationsForUnknownField() [1/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetLocationsReturnsNoParseLocationsForUnknownField ( )
inline

◆ testGetLocationsReturnsNoParseLocationsForUnknownField() [2/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetLocationsReturnsNoParseLocationsForUnknownField ( )
inline

◆ testGetLocationThrowsIllegalArgumentExceptionForInvalidIndex() [1/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetLocationThrowsIllegalArgumentExceptionForInvalidIndex ( )
inline

◆ testGetLocationThrowsIllegalArgumentExceptionForInvalidIndex() [2/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetLocationThrowsIllegalArgumentExceptionForInvalidIndex ( )
inline

◆ testGetLocationThrowsIllegalArgumentExceptionForUnknownField() [1/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetLocationThrowsIllegalArgumentExceptionForUnknownField ( )
inline

◆ testGetLocationThrowsIllegalArgumentExceptionForUnknownField() [2/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetLocationThrowsIllegalArgumentExceptionForUnknownField ( )
inline

◆ testGetNestedTreesReturnsMultipleTrees() [1/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetNestedTreesReturnsMultipleTrees ( )
inline

◆ testGetNestedTreesReturnsMultipleTrees() [2/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetNestedTreesReturnsMultipleTrees ( )
inline

◆ testGetNestedTreesReturnsNoParseInfoTreesForUnknownField() [1/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetNestedTreesReturnsNoParseInfoTreesForUnknownField ( )
inline

◆ testGetNestedTreesReturnsNoParseInfoTreesForUnknownField() [2/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetNestedTreesReturnsNoParseInfoTreesForUnknownField ( )
inline

◆ testGetNestedTreesReturnsSingleTree() [1/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetNestedTreesReturnsSingleTree ( )
inline

◆ testGetNestedTreesReturnsSingleTree() [2/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetNestedTreesReturnsSingleTree ( )
inline

◆ testGetNestedTreeThrowsIllegalArgumentExceptionForInvalidIndex() [1/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetNestedTreeThrowsIllegalArgumentExceptionForInvalidIndex ( )
inline

◆ testGetNestedTreeThrowsIllegalArgumentExceptionForInvalidIndex() [2/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetNestedTreeThrowsIllegalArgumentExceptionForInvalidIndex ( )
inline

◆ testGetNestedTreeThrowsIllegalArgumentExceptionForUnknownField() [1/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetNestedTreeThrowsIllegalArgumentExceptionForUnknownField ( )
inline

◆ testGetNestedTreeThrowsIllegalArgumentExceptionForUnknownField() [2/2]

void com.google.protobuf.TextFormatParseInfoTreeTest.testGetNestedTreeThrowsIllegalArgumentExceptionForUnknownField ( )
inline

Member Data Documentation

◆ DESCRIPTOR

static final Descriptor com.google.protobuf.TextFormatParseInfoTreeTest.DESCRIPTOR = TestAllTypes.getDescriptor()
staticprivate

◆ FIELD_BB

static final FieldDescriptor com.google.protobuf.TextFormatParseInfoTreeTest.FIELD_BB
staticprivate
Initial value:
=
TestAllTypes.NestedMessage.getDescriptor().findFieldByName("bb")

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

◆ LOC0

static final TextFormatParseLocation com.google.protobuf.TextFormatParseInfoTreeTest.LOC0 = TextFormatParseLocation.create(1, 2)
staticprivate

◆ LOC1

static final TextFormatParseLocation com.google.protobuf.TextFormatParseInfoTreeTest.LOC1 = TextFormatParseLocation.create(2, 3)
staticprivate

◆ OPTIONAL_BOOLEAN

static final FieldDescriptor com.google.protobuf.TextFormatParseInfoTreeTest.OPTIONAL_BOOLEAN
staticprivate

◆ OPTIONAL_INT32

static final FieldDescriptor com.google.protobuf.TextFormatParseInfoTreeTest.OPTIONAL_INT32
staticprivate

◆ OPTIONAL_NESTED_MESSAGE

static final FieldDescriptor com.google.protobuf.TextFormatParseInfoTreeTest.OPTIONAL_NESTED_MESSAGE
staticprivate

◆ REPEATED_INT32

static final FieldDescriptor com.google.protobuf.TextFormatParseInfoTreeTest.REPEATED_INT32
staticprivate

◆ REPEATED_NESTED_MESSAGE

static final FieldDescriptor com.google.protobuf.TextFormatParseInfoTreeTest.REPEATED_NESTED_MESSAGE
staticprivate

◆ rootBuilder

TextFormatParseInfoTree Builder com.google.protobuf.TextFormatParseInfoTreeTest.rootBuilder
private

The documentation for this class was generated from the following file:
com.google.protobuf.TextFormatParseInfoTreeTest.DESCRIPTOR
static final Descriptor DESCRIPTOR
Definition: bloaty/third_party/protobuf/java/core/src/test/java/com/google/protobuf/TextFormatParseInfoTreeTest.java:41
com.google.protobuf.Descriptors.Descriptor.findFieldByName
FieldDescriptor findFieldByName(final String name)
Definition: bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/Descriptors.java:765


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