TransactionalTestRule
@Deprecated public class TransactionalTestRule extends Object implements org.junit.rules.TestRule
Modifier and Type | Class and Description |
---|---|
protected static class |
TransactionalTestRule.TransactionalFrameworkMethod
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static TransactionalTestRule |
INSTANCE
Deprecated.
|
Constructor and Description |
---|
TransactionalTestRule()
Deprecated.
|
TransactionalTestRule(com.liferay.portal.kernel.transaction.Propagation propagation)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement statement,
org.junit.runner.Description description)
Deprecated.
|
com.liferay.portal.kernel.transaction.TransactionConfig |
getTransactionConfig(com.liferay.portal.kernel.transaction.Transactional transactional)
Deprecated.
|
protected void |
replaceFrameworkMethods(org.junit.runners.model.Statement statement,
String name)
Deprecated.
|
public static final TransactionalTestRule INSTANCE
public TransactionalTestRule()
public TransactionalTestRule(com.liferay.portal.kernel.transaction.Propagation propagation)
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement, org.junit.runner.Description description)
apply
in interface org.junit.rules.TestRule
public com.liferay.portal.kernel.transaction.TransactionConfig getTransactionConfig(com.liferay.portal.kernel.transaction.Transactional transactional)
protected void replaceFrameworkMethods(org.junit.runners.model.Statement statement, String name)