Method Summary |
|
void | closeConnection(IDatabaseConnection connection) Close the specified connection. |
IDatabaseConnection | getConnection() Returns the test database connection. |
IDataSet | getDataSet() Returns the test dataset. |
void | onSetup() |
void | onTearDown() |
void | setDataSet(IDataSet dataSet) Sets the test dataset to use. |
void | setSchema(String schema) Sets the schema value. |
void | setSetUpOperation(DatabaseOperation setUpOperation) Sets the DatabaseOperation to call when starting the test. |
void | setTearDownOperation(DatabaseOperation tearDownOperation) Sets the DatabaseOperation to call when ending the test. |