net.walend.collection.lyophil.jdbc.test
Class JDBCFreezableSetTest

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

public class JDBCFreezableSetTest
extends FreezableSetTest

Since:
2-13-2001
Author:
David Walend

Field Summary
 
Fields inherited from class net.walend.collection.lyophil.test.FreezableSetTest
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
JDBCFreezableSetTest(java.lang.String testName)
           
 
Method Summary
static junit.framework.Test suite()
           
 
Methods inherited from class net.walend.collection.lyophil.test.FreezableSetTest
getEmptySetOfFreezables, getEmptyTestSet, getFreezer, getMutableTestSet, getMutableTestSetOfFreezables, getTestCollectionFactory, getTestSet, getTestSetOfFreezables, testFreezeThaw
 
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
 

Constructor Detail

JDBCFreezableSetTest

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

suite

public static junit.framework.Test suite()


Copyright (c) 2000, 2001, David Walend