net.walend.lyophil.collection.test
Class FreezableIdentitorTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.walend.toolkit.junit.TestCase
                    |
                    +--net.walend.collection.test.AbstractIdentitorTest
                          |
                          +--net.walend.lyophil.collection.test.FreezableIdentitorTest
All Implemented Interfaces:
junit.framework.Test

public class FreezableIdentitorTest
extends AbstractIdentitorTest

Since:
20010712
Author:
David Walend

Field Summary
private  TestCollectionFactory tcf
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
FreezableIdentitorTest(java.lang.String testName)
           
 
Method Summary
protected  Identitor getIdentitor()
           
protected  TestCollectionFactory getTestCollectionFactory()
           
static junit.framework.Test suite()
           
 
Methods inherited from class net.walend.collection.test.AbstractIdentitorTest
testIdentitor, testIdentitorValues, testImmutable, testImmutable, testNulls, testNullValues, testObjects, testObjectValues, testOneNull, testOneNullValue, testStrings
 
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

FreezableIdentitorTest

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

getIdentitor

protected Identitor getIdentitor()
Specified by:
getIdentitor in class AbstractIdentitorTest

getTestCollectionFactory

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

suite

public static junit.framework.Test suite()


Copyright (c) 2000, 2001, David Walend