public class BLOBCLOB_CompatibilitySuite extends CompatibilitySuite
Modifier and Type | Class and Description |
---|---|
static class |
BLOBCLOB_CompatibilitySuite.Creator
This helper class exposes an entry point for creating an empty database.
|
CompatibilitySuite.Version
DRB_10_0, DRB_10_1, DRB_10_2, DRB_10_3, DRB_10_4, DRB_10_5, DRB_10_6, DRB_10_7, SERVER_VERSION_FUNCTION
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 and Description |
---|
BLOBCLOB_CompatibilitySuite() |
Modifier and Type | Method and Description |
---|---|
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.
|
findClient, findServer, getClientVMVersion, getDriverVersion, getServerVersion, getServerVMVersion, getVMVersion, parseArgs, parseServerVMVersion, parseVMLevel, serverSupportsUDTs
alarm, assertColumnEquals, assertColumnEquals, assertRow, assertScalar, close, close, close, compareBytes, compareDates, compareObjects, createDB, dropFunction, dropProcedure, dropSchemaObject, dropTable, dropUDT, execute, executeDDL, faultInDriver, getClientSettings, getColumn, getColumn, getConnection, getConnection, getOutArg, parseDebug, prepare, prepareCall, println, printStackTrace, setClient, setDatabaseName, setDebug, setParameter, setParameter, singleQuote, truncateTable, usingDerbyClient, usingEmbeddedClient
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
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.
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.
java.lang.Exception
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.