net.walend.collection.test
Class MutableArrayListTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.walend.toolkit.junit.TestCase
                    |
                    +--net.walend.collection.test.AbstractListTest
                          |
                          +--net.walend.collection.test.AbstractMutableListTest
                                |
                                +--net.walend.collection.test.MutableArrayListTest
All Implemented Interfaces:
junit.framework.Test

public class MutableArrayListTest
extends AbstractMutableListTest

Since:
20010911
Author:
David Walend

Field Summary
private  TestCollectionFactory tcf
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
MutableArrayListTest(java.lang.String testName)
           
 
Method Summary
protected  List getEmptyTestList()
           
protected  MutableList getMutableTestList()
           
protected  TestCollectionFactory getTestCollectionFactory()
           
protected  List getTestList()
           
static junit.framework.Test suite()
           
 
Methods inherited from class net.walend.collection.test.AbstractMutableListTest
testAdd, testAddAll, testAddAllAtIndex, testAddAtIndex, testImmutable, testIteratorRemove, testRemove, testRemoveAll, testRemoveByIndex, testRetainAll, testSet
 
Methods inherited from class net.walend.collection.test.AbstractListTest
testContains, testContainsAll, testCopyConstructor, testGet, testGetIdentitor, testGetIdentitor, testGetJavaCollection, testGetJavaList, testGetPrincipleInterface, testImmutable, testIndexOf, testIndexOfSubList, testIsEmpty, testIterator, testLastIndexOf, testQueriesOnEmpty, testQueriesOnTestList, testSameContentsAs, testSameListAs, testSameStateAs, testSize
 
Methods inherited from class net.walend.toolkit.junit.TestCase
fail
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tcf

private TestCollectionFactory tcf
Constructor Detail

MutableArrayListTest

public MutableArrayListTest(java.lang.String testName)
Method Detail

getEmptyTestList

protected List getEmptyTestList()
Specified by:
getEmptyTestList in class AbstractListTest

getTestList

protected List getTestList()
Specified by:
getTestList in class AbstractListTest

getMutableTestList

protected MutableList getMutableTestList()
Specified by:
getMutableTestList in class AbstractMutableListTest

getTestCollectionFactory

protected TestCollectionFactory getTestCollectionFactory()
Specified by:
getTestCollectionFactory in class AbstractListTest

suite

public static junit.framework.Test suite()


Copyright (c) 2000, 2001, David Walend