com.liferay.portal.test.rule.callback
Class HypersonicServerTestCallback
java.lang.Object
com.liferay.portal.kernel.test.rule.callback.BaseTestCallback<org.hsqldb.server.Server,Object>
com.liferay.portal.test.rule.callback.HypersonicServerTestCallback
- All Implemented Interfaces:
- TestCallback<org.hsqldb.server.Server,Object>
public class HypersonicServerTestCallback
- extends BaseTestCallback<org.hsqldb.server.Server,Object>
|
Method Summary |
void |
doAfterClass(org.junit.runner.Description description,
org.hsqldb.server.Server server)
|
org.hsqldb.server.Server |
doBeforeClass(org.junit.runner.Description description)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATABASE_URL_BASE
public static final String DATABASE_URL_BASE
- See Also:
- Constant Field Values
HypersonicServerTestCallback
public HypersonicServerTestCallback(String databaseName)
doAfterClass
public void doAfterClass(org.junit.runner.Description description,
org.hsqldb.server.Server server)
throws SQLException
- Overrides:
doAfterClass in class BaseTestCallback<org.hsqldb.server.Server,Object>
- Throws:
SQLException
doBeforeClass
public org.hsqldb.server.Server doBeforeClass(org.junit.runner.Description description)
throws Exception
- Overrides:
doBeforeClass in class BaseTestCallback<org.hsqldb.server.Server,Object>
- Throws:
Exception