|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| 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.BagTest
|
+--net.walend.collection.test.ImmutableBagTest
| Field Summary |
| Fields inherited from class junit.framework.TestCase |
|
| Constructor Summary | |
ImmutableBagTest(java.lang.String testName)
|
|
| Method Summary | |
protected Bag |
createEmptyBag()
|
protected Bag |
createTestBag()
|
static junit.framework.Test |
suite()
|
void |
testAdd()
|
void |
testAddAll()
|
void |
testClear()
|
void |
testRemove()
|
void |
testRemoveAll()
|
void |
testRetainAll()
|
| Methods inherited from class net.walend.collection.test.BagTest |
fillTestBag, testContains, testContainsAll, testCountObjects, testGetPrincipleInterface, testIsEmpty, testIterator, testQueriesOnEmptyBag, testQueriesOnTestBag, testSameContentsAs, testSameStateAs, testSerialization, testSize, testToString |
| Methods inherited from class net.walend.toolkit.junit.TestCase |
fail, 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 |
| Constructor Detail |
public ImmutableBagTest(java.lang.String testName)
| Method Detail |
protected Bag createEmptyBag()
createEmptyBag in class BagTestprotected Bag createTestBag()
createTestBag in class BagTestpublic void testAdd()
testAdd in class BagTestpublic void testRemove()
testRemove in class BagTestpublic void testAddAll()
testAddAll in class BagTestpublic void testRemoveAll()
testRemoveAll in class BagTestpublic void testRetainAll()
testRetainAll in class BagTestpublic void testClear()
testClear in class BagTestpublic static junit.framework.Test suite()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||