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

Public Member Functions

void setUp () throws Exception
 
void testAdd ()
 
void testAdd ()
 
void testAddAll ()
 
void testAddAll ()
 
void testAddInt ()
 
void testAddInt ()
 
void testContains_incompatibleElementType ()
 
void testContains_inList ()
 
void testContains_inListWithDuplicates_matchAtHead ()
 
void testContains_inListWithDuplicates_matchMidList ()
 
void testContains_notInList ()
 
void testContains_notInListWithDuplicates ()
 
void testContains_nullElement ()
 
void testEmptyListIsImmutable ()
 
void testEmptyListIsImmutable ()
 
void testEmptyListReturnsSameInstance ()
 
void testEmptyListReturnsSameInstance ()
 
void testEquals ()
 
void testEquals ()
 
void testGet ()
 
void testGet ()
 
void testGetInt ()
 
void testGetInt ()
 
void testIndexOf_incompatibleElementType ()
 
void testIndexOf_inList ()
 
void testIndexOf_inListWithDuplicates_matchAtHead ()
 
void testIndexOf_inListWithDuplicates_matchMidList ()
 
void testIndexOf_notInList ()
 
void testIndexOf_notInListWithDuplicates ()
 
void testIndexOf_nullElement ()
 
void testMakeImmutable ()
 
void testMakeImmutable ()
 
void testModificationWithIteration ()
 
void testModificationWithIteration ()
 
void testRemove ()
 
void testRemove ()
 
void testRemove_listAtCapacity ()
 
void testRemove_listAtCapacity ()
 
void testRemoveEnd_listAtCapacity ()
 
void testRemoveEnd_listAtCapacity ()
 
void testSet ()
 
void testSet ()
 
void testSetInt ()
 
void testSetInt ()
 
void testSize ()
 
void testSize ()
 
void testSublistRemoveEndOfCapacity ()
 
void testSublistRemoveEndOfCapacity ()
 

Protected Member Functions

void setUp () throws Exception
 

Private Member Functions

void assertImmutable (IntList list)
 
void assertImmutable (IntList list)
 

Static Private Member Functions

static IntArrayList newImmutableIntArrayList (int... elements)
 
static IntArrayList newImmutableIntArrayList (int... elements)
 

Private Attributes

IntArrayList list
 

Static Private Attributes

static final IntArrayList TERTIARY_LIST = newImmutableIntArrayList(1, 2, 3)
 
static final IntArrayList UNARY_LIST = newImmutableIntArrayList(1)
 

Detailed Description

Tests for IntArrayList.

Author
dweis.nosp@m.@goo.nosp@m.gle.c.nosp@m.om (Daniel Weis)

Tests for IntArrayList.

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

Member Function Documentation

◆ assertImmutable() [1/2]

void com.google.protobuf.IntArrayListTest.assertImmutable ( IntList  list)
inlineprivate

◆ assertImmutable() [2/2]

void com.google.protobuf.IntArrayListTest.assertImmutable ( IntList  list)
inlineprivate

◆ newImmutableIntArrayList() [1/2]

static IntArrayList com.google.protobuf.IntArrayListTest.newImmutableIntArrayList ( int...  elements)
inlinestaticprivate

◆ newImmutableIntArrayList() [2/2]

static IntArrayList com.google.protobuf.IntArrayListTest.newImmutableIntArrayList ( int...  elements)
inlinestaticprivate

◆ setUp() [1/2]

void com.google.protobuf.IntArrayListTest.setUp ( ) throws Exception
inlineprotected

◆ setUp() [2/2]

void com.google.protobuf.IntArrayListTest.setUp ( ) throws Exception
inline

◆ testAdd() [1/2]

void com.google.protobuf.IntArrayListTest.testAdd ( )
inline

◆ testAdd() [2/2]

void com.google.protobuf.IntArrayListTest.testAdd ( )
inline

◆ testAddAll() [1/2]

void com.google.protobuf.IntArrayListTest.testAddAll ( )
inline

◆ testAddAll() [2/2]

void com.google.protobuf.IntArrayListTest.testAddAll ( )
inline

◆ testAddInt() [1/2]

void com.google.protobuf.IntArrayListTest.testAddInt ( )
inline

◆ testAddInt() [2/2]

void com.google.protobuf.IntArrayListTest.testAddInt ( )
inline

◆ testContains_incompatibleElementType()

void com.google.protobuf.IntArrayListTest.testContains_incompatibleElementType ( )
inline

◆ testContains_inList()

void com.google.protobuf.IntArrayListTest.testContains_inList ( )
inline

◆ testContains_inListWithDuplicates_matchAtHead()

void com.google.protobuf.IntArrayListTest.testContains_inListWithDuplicates_matchAtHead ( )
inline

◆ testContains_inListWithDuplicates_matchMidList()

void com.google.protobuf.IntArrayListTest.testContains_inListWithDuplicates_matchMidList ( )
inline

◆ testContains_notInList()

void com.google.protobuf.IntArrayListTest.testContains_notInList ( )
inline

◆ testContains_notInListWithDuplicates()

void com.google.protobuf.IntArrayListTest.testContains_notInListWithDuplicates ( )
inline

◆ testContains_nullElement()

void com.google.protobuf.IntArrayListTest.testContains_nullElement ( )
inline

◆ testEmptyListIsImmutable() [1/2]

void com.google.protobuf.IntArrayListTest.testEmptyListIsImmutable ( )
inline

◆ testEmptyListIsImmutable() [2/2]

void com.google.protobuf.IntArrayListTest.testEmptyListIsImmutable ( )
inline

◆ testEmptyListReturnsSameInstance() [1/2]

void com.google.protobuf.IntArrayListTest.testEmptyListReturnsSameInstance ( )
inline

◆ testEmptyListReturnsSameInstance() [2/2]

void com.google.protobuf.IntArrayListTest.testEmptyListReturnsSameInstance ( )
inline

◆ testEquals() [1/2]

void com.google.protobuf.IntArrayListTest.testEquals ( )
inline

◆ testEquals() [2/2]

void com.google.protobuf.IntArrayListTest.testEquals ( )
inline

◆ testGet() [1/2]

void com.google.protobuf.IntArrayListTest.testGet ( )
inline

◆ testGet() [2/2]

void com.google.protobuf.IntArrayListTest.testGet ( )
inline

◆ testGetInt() [1/2]

void com.google.protobuf.IntArrayListTest.testGetInt ( )
inline

◆ testGetInt() [2/2]

void com.google.protobuf.IntArrayListTest.testGetInt ( )
inline

◆ testIndexOf_incompatibleElementType()

void com.google.protobuf.IntArrayListTest.testIndexOf_incompatibleElementType ( )
inline

◆ testIndexOf_inList()

void com.google.protobuf.IntArrayListTest.testIndexOf_inList ( )
inline

◆ testIndexOf_inListWithDuplicates_matchAtHead()

void com.google.protobuf.IntArrayListTest.testIndexOf_inListWithDuplicates_matchAtHead ( )
inline

◆ testIndexOf_inListWithDuplicates_matchMidList()

void com.google.protobuf.IntArrayListTest.testIndexOf_inListWithDuplicates_matchMidList ( )
inline

◆ testIndexOf_notInList()

void com.google.protobuf.IntArrayListTest.testIndexOf_notInList ( )
inline

◆ testIndexOf_notInListWithDuplicates()

void com.google.protobuf.IntArrayListTest.testIndexOf_notInListWithDuplicates ( )
inline

◆ testIndexOf_nullElement()

void com.google.protobuf.IntArrayListTest.testIndexOf_nullElement ( )
inline

◆ testMakeImmutable() [1/2]

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

◆ testMakeImmutable() [2/2]

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

◆ testModificationWithIteration() [1/2]

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

◆ testModificationWithIteration() [2/2]

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

◆ testRemove() [1/2]

void com.google.protobuf.IntArrayListTest.testRemove ( )
inline

◆ testRemove() [2/2]

void com.google.protobuf.IntArrayListTest.testRemove ( )
inline

◆ testRemove_listAtCapacity() [1/2]

void com.google.protobuf.IntArrayListTest.testRemove_listAtCapacity ( )
inline

◆ testRemove_listAtCapacity() [2/2]

void com.google.protobuf.IntArrayListTest.testRemove_listAtCapacity ( )
inline

◆ testRemoveEnd_listAtCapacity() [1/2]

void com.google.protobuf.IntArrayListTest.testRemoveEnd_listAtCapacity ( )
inline

◆ testRemoveEnd_listAtCapacity() [2/2]

void com.google.protobuf.IntArrayListTest.testRemoveEnd_listAtCapacity ( )
inline

◆ testSet() [1/2]

void com.google.protobuf.IntArrayListTest.testSet ( )
inline

◆ testSet() [2/2]

void com.google.protobuf.IntArrayListTest.testSet ( )
inline

◆ testSetInt() [1/2]

void com.google.protobuf.IntArrayListTest.testSetInt ( )
inline

◆ testSetInt() [2/2]

void com.google.protobuf.IntArrayListTest.testSetInt ( )
inline

◆ testSize() [1/2]

void com.google.protobuf.IntArrayListTest.testSize ( )
inline

◆ testSize() [2/2]

void com.google.protobuf.IntArrayListTest.testSize ( )
inline

◆ testSublistRemoveEndOfCapacity() [1/2]

void com.google.protobuf.IntArrayListTest.testSublistRemoveEndOfCapacity ( )
inline

◆ testSublistRemoveEndOfCapacity() [2/2]

void com.google.protobuf.IntArrayListTest.testSublistRemoveEndOfCapacity ( )
inline

Member Data Documentation

◆ list

IntArrayList com.google.protobuf.IntArrayListTest.list
private

◆ TERTIARY_LIST

static final IntArrayList com.google.protobuf.IntArrayListTest.TERTIARY_LIST = newImmutableIntArrayList(1, 2, 3)
staticprivate

◆ UNARY_LIST

static final IntArrayList com.google.protobuf.IntArrayListTest.UNARY_LIST = newImmutableIntArrayList(1)
staticprivate

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


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