etomica.junit.atom
Class AtomArrayListTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by etomica.junit.atom.AtomArrayListTest
All Implemented Interfaces:
junit.framework.Test

public class AtomArrayListTest
extends junit.framework.TestCase


Constructor Summary
AtomArrayListTest()
           
 
Method Summary
 void testAdd()
           
 void testAddAll()
           
 void testClear()
           
 void testEnsureCapacity()
           
 void testIndexOf()
           
 void testIsEmpty()
           
 void testMaybeTrimToSize()
           
 void testRemove()
           
 void testRemoveAndReplace()
           
 void testSet()
           
 void testSetGetTrimThreshold()
           
 void testToArray()
           
 void testTrimToSize()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtomArrayListTest

public AtomArrayListTest()
Method Detail

testTrimToSize

public void testTrimToSize()

testSetGetTrimThreshold

public void testSetGetTrimThreshold()

testMaybeTrimToSize

public void testMaybeTrimToSize()

testEnsureCapacity

public void testEnsureCapacity()

testIsEmpty

public void testIsEmpty()

testIndexOf

public void testIndexOf()

testToArray

public void testToArray()

testSet

public void testSet()

testAdd

public void testAdd()

testAddAll

public void testAddAll()

testRemove

public void testRemove()

testRemoveAndReplace

public void testRemoveAndReplace()

testClear

public void testClear()