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

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.extensions.TestDecorator
              |
              +--net.walend.toolkit.junit.TestSetup
                    |
                    +--net.walend.lyophil.jdbc.test.JDBCIdentifierSourceTestSetup
                          |
                          +--net.walend.lyophil.jdbc.test.StringBeanTestSetup
                                |
                                +--net.walend.collection.lyophil.jdbc.test.JDBCFreezableSetTestSetup
All Implemented Interfaces:
junit.framework.Test

public class JDBCFreezableSetTestSetup
extends StringBeanTestSetup

This class sets up tables for a simple string test.

Since:
12-8-2000
Author:
David Walend

Nested Class Summary
 
Nested classes inherited from class net.walend.toolkit.junit.TestSetup
 
Field Summary
 
Fields inherited from class junit.extensions.TestDecorator
fTest
 
Constructor Summary
JDBCFreezableSetTestSetup(junit.framework.Test test)
           
 
Method Summary
protected  void setUp()
          Sets up the fixture.
protected  void tearDown()
          Tears down the fixture.
 
Methods inherited from class net.walend.toolkit.junit.TestSetup
run
 
Methods inherited from class junit.extensions.TestDecorator
basicRun, countTestCases, getTest, 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

JDBCFreezableSetTestSetup

public JDBCFreezableSetTestSetup(junit.framework.Test test)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Description copied from class: TestSetup
Sets up the fixture.

Overrides:
setUp in class StringBeanTestSetup
Throws:
java.lang.Exception - if something goes wrong.

tearDown

protected void tearDown()
                 throws java.lang.Exception
Description copied from class: TestSetup
Tears down the fixture.

Overrides:
tearDown in class StringBeanTestSetup
Throws:
java.lang.Exception - if something goes wrong.


Copyright (c) 2000, 2001, David Walend