public class AspectJNewEnvTestRule extends NewEnvTestRule
| Modifier and Type | Field and Description |
|---|---|
static AspectJNewEnvTestRule |
INSTANCE |
CLASS_PATH| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement statement,
org.junit.runner.Description description) |
protected List<String> |
createArguments(org.junit.runner.Description description) |
protected ClassLoader |
createClassLoader(org.junit.runner.Description description) |
protected com.liferay.petra.process.ProcessCallable<Serializable> |
processProcessCallable(com.liferay.petra.process.ProcessCallable<Serializable> processCallable,
com.liferay.portal.kernel.util.MethodKey methodKey) |
attachProcess, findNewEnv, getMethodKeys, invoke, processEnvironmentVariables, processJVMArgsLine, resolveSystemProperty, setEnvironmentpublic static final AspectJNewEnvTestRule INSTANCE
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement,
org.junit.runner.Description description)
apply in interface org.junit.rules.TestRuleapply in class NewEnvTestRuleprotected List<String> createArguments(org.junit.runner.Description description)
createArguments in class NewEnvTestRuleprotected ClassLoader createClassLoader(org.junit.runner.Description description)
createClassLoader in class NewEnvTestRuleprotected com.liferay.petra.process.ProcessCallable<Serializable> processProcessCallable(com.liferay.petra.process.ProcessCallable<Serializable> processCallable,
com.liferay.portal.kernel.util.MethodKey methodKey)
processProcessCallable in class NewEnvTestRule