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 testAdd ()
 
void testAddAll ()
 
void testAddDouble ()
 
void testEmptyListIsImmutable ()
 
void testEmptyListReturnsSameInstance ()
 
void testEquals ()
 
void testGet ()
 
void testGetDouble ()
 
void testMakeImmutable ()
 
void testModificationWithIteration ()
 
void testRemove ()
 
void testRemove_listAtCapacity ()
 
void testRemoveEnd_listAtCapacity ()
 
void testSet ()
 
void testSetDouble ()
 
void testSize ()
 
void testSublistRemoveEndOfCapacity ()
 

Protected Member Functions

void setUp () throws Exception
 

Private Member Functions

void assertImmutable (DoubleList list)
 

Static Private Member Functions

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)

Definition at line 46 of file DoubleArrayListTest.java.

Member Function Documentation

◆ assertImmutable()

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

Definition at line 329 of file DoubleArrayListTest.java.

◆ newImmutableDoubleArrayList()

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

Definition at line 482 of file DoubleArrayListTest.java.

◆ setUp()

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

Definition at line 54 of file DoubleArrayListTest.java.

◆ testAdd()

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

Definition at line 210 of file DoubleArrayListTest.java.

◆ testAddAll()

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

Definition at line 251 of file DoubleArrayListTest.java.

◆ testAddDouble()

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

Definition at line 241 of file DoubleArrayListTest.java.

◆ testEmptyListIsImmutable()

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

Definition at line 62 of file DoubleArrayListTest.java.

◆ testEmptyListReturnsSameInstance()

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

Definition at line 58 of file DoubleArrayListTest.java.

◆ testEquals()

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

Definition at line 269 of file DoubleArrayListTest.java.

◆ testGet()

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

Definition at line 102 of file DoubleArrayListTest.java.

◆ testGetDouble()

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

Definition at line 122 of file DoubleArrayListTest.java.

◆ testMakeImmutable()

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

Definition at line 66 of file DoubleArrayListTest.java.

◆ testModificationWithIteration()

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

Definition at line 75 of file DoubleArrayListTest.java.

◆ testRemove()

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

Definition at line 278 of file DoubleArrayListTest.java.

◆ testRemove_listAtCapacity()

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

Definition at line 313 of file DoubleArrayListTest.java.

◆ testRemoveEnd_listAtCapacity()

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

Definition at line 306 of file DoubleArrayListTest.java.

◆ testSet()

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

Definition at line 160 of file DoubleArrayListTest.java.

◆ testSetDouble()

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

Definition at line 185 of file DoubleArrayListTest.java.

◆ testSize()

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

Definition at line 142 of file DoubleArrayListTest.java.

◆ testSublistRemoveEndOfCapacity()

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

Definition at line 322 of file DoubleArrayListTest.java.

Member Data Documentation

◆ list

DoubleArrayList com.google.protobuf.DoubleArrayListTest.list
private

Definition at line 51 of file DoubleArrayListTest.java.

◆ TERTIARY_LIST

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

Definition at line 49 of file DoubleArrayListTest.java.

◆ UNARY_LIST

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

Definition at line 48 of file DoubleArrayListTest.java.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:07