org.apache.derbyTesting.functionTests.tests.jdbcapi
Class ClobTest.ClobTestSetup

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.extensions.TestDecorator
          extended by junit.extensions.TestSetup
              extended by org.apache.derbyTesting.junit.BaseTestSetup
                  extended by org.apache.derbyTesting.junit.BaseJDBCTestSetup
                      extended by org.apache.derbyTesting.functionTests.tests.jdbcapi.ClobTest.ClobTestSetup
All Implemented Interfaces:
junit.framework.Test
Enclosing class:
ClobTest

private static class ClobTest.ClobTestSetup
extends BaseJDBCTestSetup

Decorator creating the neccessary test data.


Field Summary
 
Fields inherited from class junit.extensions.TestDecorator
fTest
 
Constructor Summary
ClobTest.ClobTestSetup(junit.framework.Test test)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
          Tear down this fixture, sub-classes should call super.tearDown().
 
Methods inherited from class org.apache.derbyTesting.junit.BaseJDBCTestSetup
getConnection, getTestConfiguration, println
 
Methods inherited from class org.apache.derbyTesting.junit.BaseTestSetup
run
 
Methods inherited from class junit.extensions.TestDecorator
basicRun, countTestCases, getTest, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, 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

ClobTest.ClobTestSetup

ClobTest.ClobTestSetup(junit.framework.Test test)
Method Detail

setUp

protected void setUp()
              throws java.sql.SQLException
Overrides:
setUp in class junit.extensions.TestSetup
Throws:
java.sql.SQLException

tearDown

protected void tearDown()
                 throws java.lang.Exception
Description copied from class: BaseJDBCTestSetup
Tear down this fixture, sub-classes should call super.tearDown(). This cleanups & closes the connection if it is open.

Overrides:
tearDown in class BaseJDBCTestSetup
Throws:
java.lang.Exception

Built on Thu 2009-11-26 18:42:53-0800, from revision 884739

Apache Derby V10.6 Internals - Copyright © 2004,2008 The Apache Software Foundation. All Rights Reserved.