Detailed Description
Member Function Documentation
void testsuite.clusterj.AbstractClusterJCoreTest.createSessionFactory |
( |
| ) |
|
|
inlineprotected |
void testsuite.clusterj.AbstractClusterJCoreTest.getConnection |
( |
| ) |
|
|
inlineprotected |
void testsuite.clusterj.AbstractClusterJCoreTest.initializeJDBC |
( |
| ) |
|
|
inlineprotected |
void testsuite.clusterj.AbstractClusterJCoreTest.initializeSchema |
( |
| ) |
|
|
inlineprotected |
void testsuite.clusterj.AbstractClusterJCoreTest.loadProperties |
( |
| ) |
|
|
inlineprotected |
void testsuite.clusterj.AbstractClusterJCoreTest.loadSchema |
( |
| ) |
|
|
inlineprotected |
void testsuite.clusterj.AbstractClusterJCoreTest.localSetUp |
( |
| ) |
|
|
inlineprotected |
Subclasses may override this method to allocate any data and resources that they need in order to successfully execute this testcase. Adding teardown classes and instances is done in the overridden method.
Definition at line 96 of file AbstractClusterJCoreTest.java.
void testsuite.clusterj.AbstractClusterJCoreTest.localTearDown |
( |
| ) |
|
|
inlineprotected |
Subclasses may override this method to deallocate any data and resources that they needed in order to successfully execute this testcase.
Definition at line 134 of file AbstractClusterJCoreTest.java.
final void testsuite.clusterj.AbstractClusterJCoreTest.setUp |
( |
| ) |
throws Exception |
|
inlineprotected |
final void testsuite.clusterj.AbstractClusterJCoreTest.tearDown |
( |
| ) |
throws Exception |
|
inlineprotected |
Member Data Documentation
Connection testsuite.clusterj.AbstractClusterJCoreTest.connection |
|
staticprotected |
String testsuite.clusterj.AbstractClusterJCoreTest.jdbcDriverName |
|
staticprotected |
String testsuite.clusterj.AbstractClusterJCoreTest.jdbcPassword |
|
staticprotected |
String testsuite.clusterj.AbstractClusterJCoreTest.jdbcURL |
|
staticprotected |
String testsuite.clusterj.AbstractClusterJCoreTest.jdbcUsername |
|
staticprotected |
Properties testsuite.clusterj.AbstractClusterJCoreTest.props |
|
staticprotected |
List<String> testsuite.clusterj.AbstractClusterJCoreTest.schemaDefinition = new ArrayList<String>() |
|
staticprotected |
boolean testsuite.clusterj.AbstractClusterJCoreTest.schemaInitialized = false |
|
staticprotected |
Session testsuite.clusterj.AbstractClusterJCoreTest.session |
|
protected |
SessionFactory testsuite.clusterj.AbstractClusterJCoreTest.sessionFactory |
|
protected |
Transaction testsuite.clusterj.AbstractClusterJCoreTest.tx |
|
protected |
The documentation for this class was generated from the following file: