net.walend.lyophil.test
Class GenericMotherTest

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

public class GenericMotherTest
extends TestCase

Since:
20001124
Author:
David Walend

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
GenericMotherTest(java.lang.String testName)
           
 
Method Summary
protected  void checkIDInFreezer(java.io.Serializable id)
           
protected  Mother createMother()
           
protected  Freezer getFreezer()
           
static junit.framework.Test suite()
           
 void testCreateEvilClone()
           
 void testCreateNewInstanceOfStringBean()
           
 void testRestoreNewInstanceOfStringBean()
           
 
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

GenericMotherTest

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

createMother

protected Mother createMother()

getFreezer

protected Freezer getFreezer()

checkIDInFreezer

protected void checkIDInFreezer(java.io.Serializable id)

testCreateNewInstanceOfStringBean

public void testCreateNewInstanceOfStringBean()

testCreateEvilClone

public void testCreateEvilClone()

testRestoreNewInstanceOfStringBean

public void testRestoreNewInstanceOfStringBean()

suite

public static junit.framework.Test suite()


Copyright (c) 2000, 2001, David Walend