Class AggregateTestRule

Object
com.liferay.portal.kernel.test.rule.AggregateTestRule
All Implemented Interfaces:
org.junit.rules.TestRule
Direct Known Subclasses:
LiferayIntegrationTestRule, LiferayUnitTestRule

public class AggregateTestRule extends Object implements org.junit.rules.TestRule
Author:
Shuyang Zhou
  • 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 interface org.junit.rules.TestRule