Liferay 7.0-ce-b4

com.liferay.portal.kernel.test.rule
Class TransactionalTestRule

java.lang.Object
  extended by com.liferay.portal.kernel.test.rule.TransactionalTestRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class TransactionalTestRule
extends Object
implements org.junit.rules.TestRule


Field Summary
static TransactionalTestRule INSTANCE
           
 
Constructor Summary
TransactionalTestRule()
           
TransactionalTestRule(Propagation propagation)
           
 
Method Summary
 org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement, org.junit.runner.Description description)
           
 TransactionAttribute getTransactionAttribute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final TransactionalTestRule INSTANCE
Constructor Detail

TransactionalTestRule

public TransactionalTestRule()

TransactionalTestRule

public TransactionalTestRule(Propagation propagation)
Method Detail

apply

public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement,
                                               org.junit.runner.Description description)
Specified by:
apply in interface org.junit.rules.TestRule

getTransactionAttribute

public TransactionAttribute getTransactionAttribute()

Liferay 7.0-ce-b4