Liferay 7.0-ce-b8 portal-test-internal

com.liferay.portal.test.rule
Class AspectJNewEnvTestRule

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

public class AspectJNewEnvTestRule
extends com.liferay.portal.kernel.test.rule.NewEnvTestRule


Field Summary
static AspectJNewEnvTestRule INSTANCE
           
 
Fields inherited from class com.liferay.portal.kernel.test.rule.NewEnvTestRule
CLASS_PATH
 
Method Summary
protected  List<String> createArguments(org.junit.runner.Description description)
           
protected  ClassLoader createClassLoader(org.junit.runner.Description description)
           
protected  com.liferay.portal.kernel.process.ProcessCallable<Serializable> processProcessCallable(com.liferay.portal.kernel.process.ProcessCallable<Serializable> processCallable, com.liferay.portal.kernel.util.MethodKey methodKey)
           
 
Methods inherited from class com.liferay.portal.kernel.test.rule.NewEnvTestRule
apply, attachProcess, findNewEnv, getMethodKeys, invoke, processJVMArgsLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final AspectJNewEnvTestRule INSTANCE
Method Detail

createArguments

protected List<String> createArguments(org.junit.runner.Description description)
Overrides:
createArguments in class com.liferay.portal.kernel.test.rule.NewEnvTestRule

createClassLoader

protected ClassLoader createClassLoader(org.junit.runner.Description description)
Overrides:
createClassLoader in class com.liferay.portal.kernel.test.rule.NewEnvTestRule

processProcessCallable

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

Liferay 7.0-ce-b8 portal-test-internal