Class AspectJNewEnvTestRule

Object
com.liferay.portal.kernel.test.rule.NewEnvTestRule
com.liferay.portal.test.rule.AspectJNewEnvTestRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class AspectJNewEnvTestRule extends NewEnvTestRule
Author:
Shuyang Zhou
  • Field Details

  • 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
      Overrides:
      apply in class NewEnvTestRule
    • createArguments

      protected List<String> createArguments(org.junit.runner.Description description)
      Overrides:
      createArguments in class NewEnvTestRule
    • createClassLoader

      protected ClassLoader createClassLoader(org.junit.runner.Description description)
      Overrides:
      createClassLoader in class NewEnvTestRule
    • processProcessCallable

      protected com.liferay.petra.process.ProcessCallable<Serializable> processProcessCallable(com.liferay.petra.process.ProcessCallable<Serializable> processCallable, com.liferay.portal.kernel.util.MethodKey methodKey)
      Overrides:
      processProcessCallable in class NewEnvTestRule