com.liferay.portal.test.rule
Class LiferayIntegrationTestRule
java.lang.Object
com.liferay.portal.kernel.test.rule.AggregateTestRule
com.liferay.portal.test.rule.LiferayIntegrationTestRule
- All Implemented Interfaces:
- org.junit.rules.TestRule
public class LiferayIntegrationTestRule
- extends AggregateTestRule
|
Method Summary |
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement statement,
org.junit.runner.Description description)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiferayIntegrationTestRule
public LiferayIntegrationTestRule()
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- Overrides:
apply in class AggregateTestRule