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

Public Member Functions

void setUp () throws Exception
 
void testAdd ()
 
void testAdd ()
 
void testAddAll ()
 
void testAddAll ()
 
void testAddFloat ()
 
void testAddFloat ()
 
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 testGetFloat ()
 
void testGetFloat ()
 
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 testSetFloat ()
 
void testSetFloat ()
 
void testSize ()
 
void testSize ()
 
void testSublistRemoveEndOfCapacity ()
 
void testSublistRemoveEndOfCapacity ()
 

Protected Member Functions

void setUp () throws Exception
 

Private Member Functions

void assertImmutable (FloatList list)
 
void assertImmutable (FloatList list)
 

Static Private Member Functions

static FloatArrayList newImmutableFloatArrayList (float... elements)
 
static FloatArrayList newImmutableFloatArrayList (float... elements)
 

Private Attributes

FloatArrayList list
 

Static Private Attributes

static final FloatArrayList TERTIARY_LIST = newImmutableFloatArrayList(1, 2, 3)
 
static final FloatArrayList UNARY_LIST = newImmutableFloatArrayList(1)
 

Detailed Description

Tests for FloatArrayList.

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

Tests for FloatArrayList.

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

Member Function Documentation

◆ assertImmutable() [1/2]

void com.google.protobuf.FloatArrayListTest.assertImmutable ( FloatList  list)
inlineprivate

◆ assertImmutable() [2/2]

void com.google.protobuf.FloatArrayListTest.assertImmutable ( FloatList  list)
inlineprivate

◆ newImmutableFloatArrayList() [1/2]

static FloatArrayList com.google.protobuf.FloatArrayListTest.newImmutableFloatArrayList ( float...  elements)
inlinestaticprivate

◆ newImmutableFloatArrayList() [2/2]

static FloatArrayList com.google.protobuf.FloatArrayListTest.newImmutableFloatArrayList ( float...  elements)
inlinestaticprivate

◆ setUp() [1/2]

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

◆ setUp() [2/2]

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

◆ testAdd() [1/2]

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

◆ testAdd() [2/2]

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

◆ testAddAll() [1/2]

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

◆ testAddAll() [2/2]

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

◆ testAddFloat() [1/2]

void com.google.protobuf.FloatArrayListTest.testAddFloat ( )
inline

◆ testAddFloat() [2/2]

void com.google.protobuf.FloatArrayListTest.testAddFloat ( )
inline

◆ testContains_incompatibleElementType()

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

◆ testContains_inList()

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

◆ testContains_inListWithDuplicates_matchAtHead()

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

◆ testContains_inListWithDuplicates_matchMidList()

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

◆ testContains_notInList()

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

◆ testContains_notInListWithDuplicates()

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

◆ testContains_nullElement()

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

◆ testEmptyListIsImmutable() [1/2]

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

◆ testEmptyListIsImmutable() [2/2]

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

◆ testEmptyListReturnsSameInstance() [1/2]

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

◆ testEmptyListReturnsSameInstance() [2/2]

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

◆ testEquals() [1/2]

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

◆ testEquals() [2/2]

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

◆ testGet() [1/2]

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

◆ testGet() [2/2]

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

◆ testGetFloat() [1/2]

void com.google.protobuf.FloatArrayListTest.testGetFloat ( )
inline

◆ testGetFloat() [2/2]

void com.google.protobuf.FloatArrayListTest.testGetFloat ( )
inline

◆ testIndexOf_incompatibleElementType()

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

◆ testIndexOf_inList()

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

◆ testIndexOf_inListWithDuplicates_matchAtHead()

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

◆ testIndexOf_inListWithDuplicates_matchMidList()

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

◆ testIndexOf_notInList()

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

◆ testIndexOf_notInListWithDuplicates()

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

◆ testIndexOf_nullElement()

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

◆ testMakeImmutable() [1/2]

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

◆ testMakeImmutable() [2/2]

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

◆ testModificationWithIteration() [1/2]

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

◆ testModificationWithIteration() [2/2]

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

◆ testRemove() [1/2]

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

◆ testRemove() [2/2]

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

◆ testRemove_listAtCapacity() [1/2]

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

◆ testRemove_listAtCapacity() [2/2]

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

◆ testRemoveEnd_listAtCapacity() [1/2]

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

◆ testRemoveEnd_listAtCapacity() [2/2]

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

◆ testSet() [1/2]

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

◆ testSet() [2/2]

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

◆ testSetFloat() [1/2]

void com.google.protobuf.FloatArrayListTest.testSetFloat ( )
inline

◆ testSetFloat() [2/2]

void com.google.protobuf.FloatArrayListTest.testSetFloat ( )
inline

◆ testSize() [1/2]

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

◆ testSize() [2/2]

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

◆ testSublistRemoveEndOfCapacity() [1/2]

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

◆ testSublistRemoveEndOfCapacity() [2/2]

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

Member Data Documentation

◆ list

FloatArrayList com.google.protobuf.FloatArrayListTest.list
private

◆ TERTIARY_LIST

static final FloatArrayList com.google.protobuf.FloatArrayListTest.TERTIARY_LIST = newImmutableFloatArrayList(1, 2, 3)
staticprivate

◆ UNARY_LIST

static final FloatArrayList com.google.protobuf.FloatArrayListTest.UNARY_LIST = newImmutableFloatArrayList(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