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.DoubleArrayListTest Class Reference
Inheritance diagram for com.google.protobuf.DoubleArrayListTest:
Inheritance graph
[legend]

Public Member Functions

void setUp () throws Exception
 
void testAdd ()
 
void testAdd ()
 
void testAddAll ()
 
void testAddAll ()
 
void testAddDouble ()
 
void testAddDouble ()
 
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 testGetDouble ()
 
void testGetDouble ()
 
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 testSetDouble ()
 
void testSetDouble ()
 
void testSize ()
 
void testSize ()
 
void testSublistRemoveEndOfCapacity ()
 
void testSublistRemoveEndOfCapacity ()
 

Protected Member Functions

void setUp () throws Exception
 

Private Member Functions

void assertImmutable (DoubleList list)
 
void assertImmutable (DoubleList list)
 

Static Private Member Functions

static DoubleArrayList newImmutableDoubleArrayList (double... elements)
 
static DoubleArrayList newImmutableDoubleArrayList (double... elements)
 

Private Attributes

DoubleArrayList list
 

Static Private Attributes

static final DoubleArrayList TERTIARY_LIST = newImmutableDoubleArrayList(1, 2, 3)
 
static final DoubleArrayList UNARY_LIST = newImmutableDoubleArrayList(1)
 

Detailed Description

Tests for DoubleArrayList.

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

Tests for DoubleArrayList.

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

Member Function Documentation

◆ assertImmutable() [1/2]

void com.google.protobuf.DoubleArrayListTest.assertImmutable ( DoubleList  list)
inlineprivate

◆ assertImmutable() [2/2]

void com.google.protobuf.DoubleArrayListTest.assertImmutable ( DoubleList  list)
inlineprivate

◆ newImmutableDoubleArrayList() [1/2]

static DoubleArrayList com.google.protobuf.DoubleArrayListTest.newImmutableDoubleArrayList ( double...  elements)
inlinestaticprivate

◆ newImmutableDoubleArrayList() [2/2]

static DoubleArrayList com.google.protobuf.DoubleArrayListTest.newImmutableDoubleArrayList ( double...  elements)
inlinestaticprivate

◆ setUp() [1/2]

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

◆ setUp() [2/2]

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

◆ testAdd() [1/2]

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

◆ testAdd() [2/2]

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

◆ testAddAll() [1/2]

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

◆ testAddAll() [2/2]

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

◆ testAddDouble() [1/2]

void com.google.protobuf.DoubleArrayListTest.testAddDouble ( )
inline

◆ testAddDouble() [2/2]

void com.google.protobuf.DoubleArrayListTest.testAddDouble ( )
inline

◆ testContains_incompatibleElementType()

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

◆ testContains_inList()

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

◆ testContains_inListWithDuplicates_matchAtHead()

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

◆ testContains_inListWithDuplicates_matchMidList()

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

◆ testContains_notInList()

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

◆ testContains_notInListWithDuplicates()

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

◆ testContains_nullElement()

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

◆ testEmptyListIsImmutable() [1/2]

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

◆ testEmptyListIsImmutable() [2/2]

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

◆ testEmptyListReturnsSameInstance() [1/2]

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

◆ testEmptyListReturnsSameInstance() [2/2]

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

◆ testEquals() [1/2]

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

◆ testEquals() [2/2]

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

◆ testGet() [1/2]

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

◆ testGet() [2/2]

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

◆ testGetDouble() [1/2]

void com.google.protobuf.DoubleArrayListTest.testGetDouble ( )
inline

◆ testGetDouble() [2/2]

void com.google.protobuf.DoubleArrayListTest.testGetDouble ( )
inline

◆ testIndexOf_incompatibleElementType()

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

◆ testIndexOf_inList()

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

◆ testIndexOf_inListWithDuplicates_matchAtHead()

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

◆ testIndexOf_inListWithDuplicates_matchMidList()

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

◆ testIndexOf_notInList()

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

◆ testIndexOf_notInListWithDuplicates()

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

◆ testIndexOf_nullElement()

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

◆ testMakeImmutable() [1/2]

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

◆ testMakeImmutable() [2/2]

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

◆ testModificationWithIteration() [1/2]

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

◆ testModificationWithIteration() [2/2]

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

◆ testRemove() [1/2]

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

◆ testRemove() [2/2]

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

◆ testRemove_listAtCapacity() [1/2]

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

◆ testRemove_listAtCapacity() [2/2]

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

◆ testRemoveEnd_listAtCapacity() [1/2]

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

◆ testRemoveEnd_listAtCapacity() [2/2]

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

◆ testSet() [1/2]

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

◆ testSet() [2/2]

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

◆ testSetDouble() [1/2]

void com.google.protobuf.DoubleArrayListTest.testSetDouble ( )
inline

◆ testSetDouble() [2/2]

void com.google.protobuf.DoubleArrayListTest.testSetDouble ( )
inline

◆ testSize() [1/2]

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

◆ testSize() [2/2]

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

◆ testSublistRemoveEndOfCapacity() [1/2]

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

◆ testSublistRemoveEndOfCapacity() [2/2]

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

Member Data Documentation

◆ list

DoubleArrayList com.google.protobuf.DoubleArrayListTest.list
private

◆ TERTIARY_LIST

static final DoubleArrayList com.google.protobuf.DoubleArrayListTest.TERTIARY_LIST = newImmutableDoubleArrayList(1, 2, 3)
staticprivate

◆ UNARY_LIST

static final DoubleArrayList com.google.protobuf.DoubleArrayListTest.UNARY_LIST = newImmutableDoubleArrayList(1)
staticprivate

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


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