org.apache.derbyTesting.functionTests.tests.junitTests.compatibility
Class BLOBCLOB_CompatibilitySuite

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.derbyTesting.functionTests.util.DerbyJUnitTest
              extended by org.apache.derbyTesting.functionTests.tests.junitTests.compatibility.CompatibilitySuite
                  extended by org.apache.derbyTesting.functionTests.tests.junitTests.compatibility.BLOBCLOB_CompatibilitySuite
All Implemented Interfaces:
junit.framework.Test

public class BLOBCLOB_CompatibilitySuite
extends CompatibilitySuite


Nested Class Summary
static class BLOBCLOB_CompatibilitySuite.Creator
           This helper class exposes an entry point for creating an empty database.
 
Nested classes/interfaces inherited from class org.apache.derbyTesting.functionTests.tests.junitTests.compatibility.CompatibilitySuite
CompatibilitySuite.Version
 
Field Summary
 
Fields inherited from class org.apache.derbyTesting.functionTests.tests.junitTests.compatibility.CompatibilitySuite
DRB_10_0, DRB_10_1, DRB_10_2, IBM_2_4, SERVER_VERSION_FUNCTION, VM_1_3, VM_1_4, VM_1_5
 
Fields inherited from class org.apache.derbyTesting.functionTests.util.DerbyJUnitTest
DATABASE_URL, DEBUG_FLAG, DEFAULT_DATABASE_NAME, DEFAULT_PASSWORD, DEFAULT_USER_NAME, DRIVER_NAME, FAILURE_EXIT, FRAMEWORK_NAME, JDBC_BOOLEAN, LEGAL_CLIENTS, SUCCESS_EXIT
 
Constructor Summary
BLOBCLOB_CompatibilitySuite()
           
 
Method Summary
static void main(java.lang.String[] args)
           Run JDBC compatibility tests using either the specified client or the client that is visible on the classpath.
static junit.framework.Test suite()
           JUnit boilerplate which adds as test cases all public methods whose names start with the string "test" in the named classes.
 
Methods inherited from class org.apache.derbyTesting.functionTests.tests.junitTests.compatibility.CompatibilitySuite
findClient, findServer, getClientVMVersion, getDriverVersion, getServerVersion, getServerVMVersion, getVMVersion, parseArgs, parseServerVMVersion, parseVMLevel
 
Methods inherited from class org.apache.derbyTesting.functionTests.util.DerbyJUnitTest
alarm, assertColumnEquals, assertColumnEquals, assertRow, assertScalar, close, close, close, compareBytes, compareDates, compareObjects, createDB, dropFunction, dropProcedure, dropSchemaObject, dropTable, execute, executeDDL, exit, faultInDriver, findClientFromProperties, getClientSettings, getColumn, getColumn, getConnection, getConnection, getOutArg, initializeForOldHarness, parseDebug, prepare, prepareCall, println, printStackTrace, runUnderOldHarness, setClient, setDatabaseName, setDebug, setParameter, setParameter, singleQuote, truncateTable, usingDB2Client, usingDerbyClient, usingEmbeddedClient
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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

BLOBCLOB_CompatibilitySuite

public BLOBCLOB_CompatibilitySuite()
Method Detail

suite

public static junit.framework.Test suite()

JUnit boilerplate which adds as test cases all public methods whose names start with the string "test" in the named classes. When you want to add a new class of tests, just wire it into this suite.


main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception

Run JDBC compatibility tests using either the specified client or the client that is visible on the classpath. If there is more than one client on the classpath, exits with an error.

Throws:
java.lang.Exception

Built on Sat 2009-11-28 18:44:18-0800, from revision 885187

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