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

Public Member Functions

void testAddAllCopiesByReferenceIfPossible ()
 
void testAddAllCopiesByReferenceIfPossible ()
 
void testConversionBackAndForth ()
 
void testConversionBackAndForth ()
 
void testCopyConstructorCopiesByReference ()
 
void testCopyConstructorCopiesByReference ()
 
void testImmutabilityPropagation ()
 
void testImmutabilityPropagation ()
 
void testJustByteString ()
 
void testJustByteString ()
 
void testJustStrings ()
 
void testJustStrings ()
 
void testListCopyConstructor ()
 
void testListCopyConstructor ()
 
void testMakeImmutable ()
 
void testMakeImmutable ()
 
void testModificationWithIteration ()
 
void testModificationWithIteration ()
 

Static Private Member Functions

static< T > void assertGenericListImmutable (List< T > list, T value)
 
static< T > void assertGenericListImmutable (List< T > list, T value)
 

Static Private Attributes

static final ByteString BYTE_STRING_A = ByteString.copyFromUtf8("A")
 
static final ByteString BYTE_STRING_B = ByteString.copyFromUtf8("B")
 
static final ByteString BYTE_STRING_C = ByteString.copyFromUtf8("C")
 
static final String STRING_A = "A"
 
static final String STRING_B = "B"
 
static final String STRING_C = "C"
 

Detailed Description

Tests for LazyStringArrayList.

Author
jonp@.nosp@m.goog.nosp@m.le.co.nosp@m.m (Jon Perlow)

Tests for LazyStringArrayList.

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

Member Function Documentation

◆ assertGenericListImmutable() [1/2]

static <T> void com.google.protobuf.LazyStringArrayListTest.assertGenericListImmutable ( List< T list,
T  value 
)
inlinestaticprivate

◆ assertGenericListImmutable() [2/2]

static <T> void com.google.protobuf.LazyStringArrayListTest.assertGenericListImmutable ( List< T list,
T  value 
)
inlinestaticprivate

◆ testAddAllCopiesByReferenceIfPossible() [1/2]

void com.google.protobuf.LazyStringArrayListTest.testAddAllCopiesByReferenceIfPossible ( )
inline

◆ testAddAllCopiesByReferenceIfPossible() [2/2]

void com.google.protobuf.LazyStringArrayListTest.testAddAllCopiesByReferenceIfPossible ( )
inline

◆ testConversionBackAndForth() [1/2]

void com.google.protobuf.LazyStringArrayListTest.testConversionBackAndForth ( )
inline

◆ testConversionBackAndForth() [2/2]

void com.google.protobuf.LazyStringArrayListTest.testConversionBackAndForth ( )
inline

◆ testCopyConstructorCopiesByReference() [1/2]

void com.google.protobuf.LazyStringArrayListTest.testCopyConstructorCopiesByReference ( )
inline

◆ testCopyConstructorCopiesByReference() [2/2]

void com.google.protobuf.LazyStringArrayListTest.testCopyConstructorCopiesByReference ( )
inline

◆ testImmutabilityPropagation() [1/2]

void com.google.protobuf.LazyStringArrayListTest.testImmutabilityPropagation ( )
inline

◆ testImmutabilityPropagation() [2/2]

void com.google.protobuf.LazyStringArrayListTest.testImmutabilityPropagation ( )
inline

◆ testJustByteString() [1/2]

void com.google.protobuf.LazyStringArrayListTest.testJustByteString ( )
inline

◆ testJustByteString() [2/2]

void com.google.protobuf.LazyStringArrayListTest.testJustByteString ( )
inline

◆ testJustStrings() [1/2]

void com.google.protobuf.LazyStringArrayListTest.testJustStrings ( )
inline

◆ testJustStrings() [2/2]

void com.google.protobuf.LazyStringArrayListTest.testJustStrings ( )
inline

◆ testListCopyConstructor() [1/2]

void com.google.protobuf.LazyStringArrayListTest.testListCopyConstructor ( )
inline

◆ testListCopyConstructor() [2/2]

void com.google.protobuf.LazyStringArrayListTest.testListCopyConstructor ( )
inline

◆ testMakeImmutable() [1/2]

void com.google.protobuf.LazyStringArrayListTest.testMakeImmutable ( )
inline

◆ testMakeImmutable() [2/2]

void com.google.protobuf.LazyStringArrayListTest.testMakeImmutable ( )
inline

◆ testModificationWithIteration() [1/2]

void com.google.protobuf.LazyStringArrayListTest.testModificationWithIteration ( )
inline

◆ testModificationWithIteration() [2/2]

void com.google.protobuf.LazyStringArrayListTest.testModificationWithIteration ( )
inline

Member Data Documentation

◆ BYTE_STRING_A

static final ByteString com.google.protobuf.LazyStringArrayListTest.BYTE_STRING_A = ByteString.copyFromUtf8("A")
staticprivate

◆ BYTE_STRING_B

static final ByteString com.google.protobuf.LazyStringArrayListTest.BYTE_STRING_B = ByteString.copyFromUtf8("B")
staticprivate

◆ BYTE_STRING_C

static final ByteString com.google.protobuf.LazyStringArrayListTest.BYTE_STRING_C = ByteString.copyFromUtf8("C")
staticprivate

◆ STRING_A

static final String com.google.protobuf.LazyStringArrayListTest.STRING_A = "A"
staticprivate

◆ STRING_B

static final String com.google.protobuf.LazyStringArrayListTest.STRING_B = "B"
staticprivate

◆ STRING_C

static final String com.google.protobuf.LazyStringArrayListTest.STRING_C = "C"
staticprivate

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


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