net.walend.lyophil.collection.test
Class MutableFreezerHashSetTest

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.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
                                      |
                                      +--net.walend.lyophil.collection.test.MutableFreezerHashSetTest
All Implemented Interfaces:
junit.framework.Test

public class MutableFreezerHashSetTest
extends AbstractMutableSetOfFreezablesTest

Since:
20010726
Author:
David Walend

Field Summary
private  TestCollectionFactory tcf
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
MutableFreezerHashSetTest(java.lang.String testName)
           
 
Method Summary
protected  SetOfFreezables getEmptySetOfFreezables()
           
protected  Set getEmptyTestSet()
           
protected  MutableSet getMutableTestSet()
           
protected  MutableSetOfFreezables getMutableTestSetOfFreezables()
           
protected  TestCollectionFactory getTestCollectionFactory()
           
protected  Set getTestSet()
           
protected  SetOfFreezables getTestSetOfFreezables()
           
static junit.framework.Test suite()
           
 
Methods inherited from class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
testAddAllIdentifiedBy, testAddIdentifiedBy, testContainsAllIdentifiedBy, testContainsIdentifiedBy, testCopyConstructor, testFreezableIterator, testGetIdentifiers, testGetIdentitor, testIdentifierIterator, testQueriesOnEmpty, testQueriesOnTestSet, testRemoveAllIdentifiedBy, testRemoveIdentifiedBy, testRetainAllIdentifiedBy
 
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, testGetIdentitor, testGetJavaCollection, testGetJavaSet, testGetPrincipleInterface, testImmutable, testIsEmpty, testIterator, 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

MutableFreezerHashSetTest

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

getEmptyTestSet

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

getEmptySetOfFreezables

protected SetOfFreezables getEmptySetOfFreezables()
Specified by:
getEmptySetOfFreezables in class AbstractMutableSetOfFreezablesTest

getTestSet

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

getTestSetOfFreezables

protected SetOfFreezables getTestSetOfFreezables()
Specified by:
getTestSetOfFreezables in class AbstractMutableSetOfFreezablesTest

getMutableTestSet

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

getMutableTestSetOfFreezables

protected MutableSetOfFreezables getMutableTestSetOfFreezables()
Specified by:
getMutableTestSetOfFreezables in class AbstractMutableSetOfFreezablesTest

getTestCollectionFactory

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

suite

public static junit.framework.Test suite()


Copyright (c) 2000, 2001, David Walend