Liferay 7.0-ce-b4

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 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  ProcessCallable<Serializable> processProcessCallable(ProcessCallable<Serializable> processCallable, 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 NewEnvTestRule

createClassLoader

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

processProcessCallable

protected ProcessCallable<Serializable> processProcessCallable(ProcessCallable<Serializable> processCallable,
                                                               MethodKey methodKey)
Overrides:
processProcessCallable in class NewEnvTestRule

Liferay 7.0-ce-b4