Public Member Functions |
void | localSetUp () |
void | test () |
void | createSession () |
Protected Member Functions |
void | badClass () |
void | wrongKeyTypePrimitive () |
void | wrongKeyTypePrimitiveNull () |
void | wrongKeyTypeCompound () |
void | wrongKeyTypeCompoundPart () |
void | wrongKeyTypeCompoundNull () |
void | wrongKeyTypeCompoundNullPart () |
void | setPartitionKeyTwice () |
void | goodIntKey () |
void | goodCompoundKey () |
boolean | getDebug () |
void | addTearDownClasses (Class<?>...classes) |
void | createSessionFactory () |
Properties | modifyProperties () |
void | dumpSystemProperties () |
void | error (String message) |
void | error (String context, Exception ex) |
void | errorIfNotEqual (String message, Object expected, Object actual) |
void | errorIfNotEqual (String message, int[] expected, int[] actual) |
void | errorIfEqual (String message, Object expected, Object actual) |
void | failOnError () |
void | closeConnection () |
void | getConnection (Properties extraProperties) |
Connection | getConnection () |
void | getConnection (String propertiesFileName) |
void | loadDriver () |
void | setAutoCommit (Connection connection, boolean b) |
void | initializeErrorMessages () |
void | initializeJDBC () |
void | initializeSchema () |
void | loadProperties () |
void | loadProperties (String propsFileName) |
void | loadSchema () |
void | loadSchemaDefinition () |
void | localTearDown () |
final void | setUp () throws Exception |
final void | tearDown () throws Exception |
void | removeAll (Class<?> cls) |
boolean | testSchema () |
boolean | resetSchema () |
String | dump (List< String > list) |
Detailed Description
Definition at line 25 of file PartitionKeyTest.java.
Member Function Documentation
void testsuite.clusterj.PartitionKeyTest.localSetUp |
( |
| ) |
|
|
inline |
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.
Reimplemented from testsuite.clusterj.AbstractClusterJTest.
Definition at line 28 of file PartitionKeyTest.java.
The documentation for this class was generated from the following file: