Package com.liferay.portal.test.rule
Class AspectJNewEnvTestRule
Object
com.liferay.portal.kernel.test.rule.NewEnvTestRule
com.liferay.portal.test.rule.AspectJNewEnvTestRule
- All Implemented Interfaces:
org.junit.rules.TestRule
- Author:
- Shuyang Zhou
-
Field Summary
FieldsFields inherited from class com.liferay.portal.kernel.test.rule.NewEnvTestRule
CLASS_PATH
-
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runners.model.Statement
apply
(org.junit.runners.model.Statement statement, org.junit.runner.Description description) 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) Methods inherited from class com.liferay.portal.kernel.test.rule.NewEnvTestRule
attachProcess, findNewEnv, getMethodKeys, invoke, processEnvironmentVariables, processJVMArgsLine, resolveSystemProperty, setEnvironment
-
Field Details
-
INSTANCE
-
-
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 interfaceorg.junit.rules.TestRule
- Overrides:
apply
in classNewEnvTestRule
-
createArguments
- Overrides:
createArguments
in classNewEnvTestRule
-
createClassLoader
- Overrides:
createClassLoader
in classNewEnvTestRule
-
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 classNewEnvTestRule
-