Liferay 7.0-ce-b4

com.liferay.portal.test.rule
Class HypersonicServerTestRule

java.lang.Object
  extended by com.liferay.portal.kernel.test.rule.BaseTestRule<org.hsqldb.server.Server,Object>
      extended by com.liferay.portal.test.rule.HypersonicServerTestRule
All Implemented Interfaces:
ArquillianClassRuleHandler, org.junit.rules.TestRule

public class HypersonicServerTestRule
extends BaseTestRule<org.hsqldb.server.Server,Object>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.portal.kernel.test.rule.BaseTestRule
BaseTestRule.StatementWrapper
 
Field Summary
static HypersonicServerTestRule INSTANCE
           
 
Constructor Summary
HypersonicServerTestRule()
           
 
Method Summary
 List<String> getJdbcProperties()
           
 
Methods inherited from class com.liferay.portal.kernel.test.rule.BaseTestRule
apply, handleAfterClass, handleBeforeClass, inspectTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final HypersonicServerTestRule INSTANCE
Constructor Detail

HypersonicServerTestRule

public HypersonicServerTestRule()
Method Detail

getJdbcProperties

public List<String> getJdbcProperties()

Liferay 7.0-ce-b4