Method Summary |
|
public Connection | getConnection() Returns the test database connection. |
public String | getDatabaseName() Returns the name of test database. |
public Loader | getLoader() Returns the test Loader class (loaderjob). |
public DatabaseOperation[] | getSetUpOperation() Returns the database operations executed in test setup. |
public DatabaseOperation[] | getTearDownOperation() Returns the database operation executed in test cleanup. |
public static void | main(String args) |
public static Test | suite() |
public void | testMe() |