|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--net.walend.toolkit.junit.TestCase | +--net.walend.collection.test.AbstractListTest | +--net.walend.collection.test.ArrayListTest
Field Summary | |
private TestCollectionFactory |
tcf
|
Fields inherited from class junit.framework.TestCase |
|
Constructor Summary | |
ArrayListTest(java.lang.String testName)
|
Method Summary | |
protected List |
getEmptyTestList()
|
protected TestCollectionFactory |
getTestCollectionFactory()
|
protected List |
getTestList()
|
static junit.framework.Test |
suite()
|
Methods inherited from class net.walend.collection.test.AbstractListTest |
testContains, testContainsAll, testCopyConstructor, testGet, testGetIdentitor, testGetIdentitor, testGetJavaCollection, testGetJavaList, testGetPrincipleInterface, testImmutable, testImmutable, testIndexOf, testIndexOfSubList, testIsEmpty, testIterator, testIteratorRemove, 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 |
private TestCollectionFactory tcf
Constructor Detail |
public ArrayListTest(java.lang.String testName)
Method Detail |
protected List getEmptyTestList()
getEmptyTestList
in class AbstractListTest
protected List getTestList()
getTestList
in class AbstractListTest
protected TestCollectionFactory getTestCollectionFactory()
getTestCollectionFactory
in class AbstractListTest
public static junit.framework.Test suite()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |