Class AggregateTestRule
Object
com.liferay.portal.kernel.test.rule.AggregateTestRule
- All Implemented Interfaces:
org.junit.rules.TestRule
- Direct Known Subclasses:
LiferayIntegrationTestRule
,LiferayUnitTestRule
- Author:
- Shuyang Zhou
-
Constructor Summary
ConstructorsConstructorDescriptionAggregateTestRule
(boolean sort, org.junit.rules.TestRule... testRules) AggregateTestRule
(org.junit.rules.TestRule... testRules) -
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runners.model.Statement
apply
(org.junit.runners.model.Statement statement, org.junit.runner.Description description)
-
Constructor Details
-
AggregateTestRule
public AggregateTestRule(boolean sort, org.junit.rules.TestRule... testRules) -
AggregateTestRule
public AggregateTestRule(org.junit.rules.TestRule... testRules)
-
-
Method Details
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement, org.junit.runner.Description description) - Specified by:
apply
in interfaceorg.junit.rules.TestRule
-