org.logicalcobwebs.proxool
Class TestConstants

java.lang.Object
  extended by org.logicalcobwebs.proxool.TestConstants

public class TestConstants
extends java.lang.Object

Some useful constants for testing. Note: these values will be overriden at startup by the GlobalTest init procedure.

Since:
Proxool 0.5
Version:
$Revision: 1.7 $, $Date: 2005/10/07 08:10:33 $
Author:
Bill Horsman (bill@logicalcobwebs.co.uk), $Author: billhorsman $ (current maintainer)

Field Summary
static java.lang.String FATAL_SQL_EXCEPTION
          SQLException message fragment used to detect fatal exceptions
static java.lang.String FATAL_SQL_STATEMENT
          SQL statement that should always fail
static java.lang.String HYPERSONIC_DRIVER
          JDBC driver class
static java.lang.String HYPERSONIC_PASSWORD
          Connection credentials
static java.lang.String HYPERSONIC_TEST_SQL
          SQL statement that should always succeed
static java.lang.String HYPERSONIC_TEST_SQL_2
          SQL statement that should always succeed
static java.lang.String HYPERSONIC_TEST_URL
          URL to a first test database.
static java.lang.String HYPERSONIC_TEST_URL2
          URL to a second test database
static java.lang.String HYPERSONIC_URL_PREFIX
          URL connection base (without database)
static java.lang.String HYPERSONIC_USER
          Connection credentials
static java.lang.String PROXOOL_DRIVER
          Proxool Driver class
 
Constructor Summary
TestConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROXOOL_DRIVER

public static java.lang.String PROXOOL_DRIVER
Proxool Driver class


HYPERSONIC_DRIVER

public static java.lang.String HYPERSONIC_DRIVER
JDBC driver class


HYPERSONIC_URL_PREFIX

public static java.lang.String HYPERSONIC_URL_PREFIX
URL connection base (without database)


HYPERSONIC_TEST_URL

public static java.lang.String HYPERSONIC_TEST_URL
URL to a first test database. User should have rw access


HYPERSONIC_TEST_URL2

public static java.lang.String HYPERSONIC_TEST_URL2
URL to a second test database


HYPERSONIC_USER

public static java.lang.String HYPERSONIC_USER
Connection credentials


HYPERSONIC_PASSWORD

public static java.lang.String HYPERSONIC_PASSWORD
Connection credentials


HYPERSONIC_TEST_SQL

public static java.lang.String HYPERSONIC_TEST_SQL
SQL statement that should always succeed


HYPERSONIC_TEST_SQL_2

public static java.lang.String HYPERSONIC_TEST_SQL_2
SQL statement that should always succeed


FATAL_SQL_STATEMENT

public static java.lang.String FATAL_SQL_STATEMENT
SQL statement that should always fail


FATAL_SQL_EXCEPTION

public static java.lang.String FATAL_SQL_EXCEPTION
SQLException message fragment used to detect fatal exceptions

Constructor Detail

TestConstants

public TestConstants()