net.walend.collection.test
Class MutableHashSetTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.walend.toolkit.junit.TestCase
                    |
                    +--net.walend.collection.test.AbstractSetTest
                          |
                          +--net.walend.collection.test.AbstractMutableSetTest
                                |
                                +--net.walend.collection.test.MutableHashSetTest
All Implemented Interfaces:
junit.framework.Test

public class MutableHashSetTest
extends AbstractMutableSetTest

Since:
20010629
Author:
David Walend

Field Summary
private  TestCollectionFactory tcf
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
MutableHashSetTest(java.lang.String testName)
           
 
Method Summary
protected  Set getEmptyTestSet()
           
protected  MutableSet getMutableTestSet()
           
protected  TestCollectionFactory getTestCollectionFactory()
           
protected  Set getTestSet()
           
static junit.framework.Test suite()
           
 
Methods inherited from class net.walend.collection.test.AbstractMutableSetTest
testAdd, testAddAll, testImmutable, testIteratorRemove, testRemove, testRemoveAll, testRetainAll
 
Methods inherited from class net.walend.collection.test.AbstractSetTest
testContains, testContainsAll, testCopyConstructor, testGetIdentitor, testGetIdentitor, testGetJavaCollection, testGetJavaSet, testGetPrincipleInterface, testImmutable, testIsEmpty, testIterator, testQueriesOnEmpty, testQueriesOnTestSet, testSameContentsAs, 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

MutableHashSetTest

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

getEmptyTestSet

protected Set getEmptyTestSet()
Specified by:
getEmptyTestSet in class AbstractSetTest

getTestSet

protected Set getTestSet()
Specified by:
getTestSet in class AbstractSetTest

getMutableTestSet

protected MutableSet getMutableTestSet()
Specified by:
getMutableTestSet in class AbstractMutableSetTest

getTestCollectionFactory

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

suite

public static junit.framework.Test suite()


Copyright (c) 2000, 2001, David Walend