de.akquinet.jbosscc.needle.db.operation
Class ExecuteScriptOperation
java.lang.Object
de.akquinet.jbosscc.needle.db.operation.AbstractDBOperation
de.akquinet.jbosscc.needle.db.operation.ExecuteScriptOperation
- All Implemented Interfaces:
- DBOperation
public class ExecuteScriptOperation
- extends AbstractDBOperation
Execute before and after sql scripts in test setup and tear down.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecuteScriptOperation
public ExecuteScriptOperation(JdbcConfiguration jdbcConfiguration)
setUpOperation
public void setUpOperation()
throws SQLException
- Execute before.sql script in test setup.
- Throws:
SQLException - if a database access error occurs
tearDownOperation
public void tearDownOperation()
throws SQLException
- Execute after.sql script in test tear down.
- Throws:
SQLException - if a database access error occurs
Copyright © 2013 akquinet AG. All Rights Reserved.