webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | List of all members
com.google.protobuf.LongArrayListTest Class Reference
Inheritance diagram for com.google.protobuf.LongArrayListTest:

Public Member Functions

void testEmptyListReturnsSameInstance ()
 
void testEmptyListIsImmutable ()
 
void testMakeImmutable ()
 
void testModificationWithIteration ()
 
void testGet ()
 
void testGetLong ()
 
void testSize ()
 
void testSet ()
 
void testSetLong ()
 
void testAdd ()
 
void testAddLong ()
 
void testAddAll ()
 
void testRemove ()
 

Protected Member Functions

void setUp () throws Exception
 

Detailed Description

Tests for LongArrayList.

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

Member Function Documentation

◆ setUp()

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

◆ testAdd()

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

◆ testAddAll()

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

◆ testAddLong()

void com.google.protobuf.LongArrayListTest.testAddLong ( )
inline

◆ testEmptyListIsImmutable()

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

◆ testEmptyListReturnsSameInstance()

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

◆ testGet()

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

◆ testGetLong()

void com.google.protobuf.LongArrayListTest.testGetLong ( )
inline

◆ testMakeImmutable()

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

◆ testModificationWithIteration()

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

◆ testRemove()

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

◆ testSet()

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

◆ testSetLong()

void com.google.protobuf.LongArrayListTest.testSetLong ( )
inline

◆ testSize()

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

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