Liferay 7.0-ce-m2

com.liferay.portal.test
Class TransactionalTestRule

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

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


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
 

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-m2