Liferay 7.0-ce-a2

com.liferay.portal.test.rule.callback
Class HypersonicServerTestCallback

java.lang.Object
  extended by com.liferay.portal.kernel.test.rule.callback.BaseTestCallback<org.hsqldb.server.Server,Object>
      extended by 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>


Field Summary
static String DATABASE_URL_BASE
           
 
Constructor Summary
HypersonicServerTestCallback(String databaseName)
           
 
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 com.liferay.portal.kernel.test.rule.callback.BaseTestCallback
afterClass, afterMethod, beforeClass, beforeMethod, doAfterMethod, doBeforeMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATABASE_URL_BASE

public static final String DATABASE_URL_BASE
See Also:
Constant Field Values
Constructor Detail

HypersonicServerTestCallback

public HypersonicServerTestCallback(String databaseName)
Method Detail

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

Liferay 7.0-ce-a2