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

Public Member Functions

void testEmptyListReturnsSameInstance ()
 
void testEmptyListIsImmutable ()
 
void testMakeImmutable ()
 
void testModificationWithIteration ()
 
void testGet ()
 
void testGetInt ()
 
void testSize ()
 
void testSet ()
 
void testSetInt ()
 
void testAdd ()
 
void testAddInt ()
 
void testAddAll ()
 
void testRemove ()
 

Protected Member Functions

void setUp () throws Exception
 

Detailed Description

Tests for BooleanArrayList.

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

Member Function Documentation

◆ setUp()

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

◆ testAdd()

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

◆ testAddAll()

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

◆ testAddInt()

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

◆ testEmptyListIsImmutable()

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

◆ testEmptyListReturnsSameInstance()

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

◆ testGet()

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

◆ testGetInt()

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

◆ testMakeImmutable()

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

◆ testModificationWithIteration()

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

◆ testRemove()

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

◆ testSet()

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

◆ testSetInt()

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

◆ testSize()

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

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