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.Statementapply(org.junit.runners.model.Statement statement, org.junit.runner.Description description) createArguments(org.junit.runner.Description description) protected ClassLoadercreateClassLoader(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:
applyin interfaceorg.junit.rules.TestRule- Overrides:
applyin classNewEnvTestRule
-
createArguments
- Overrides:
createArgumentsin classNewEnvTestRule
-
createClassLoader
- Overrides:
createClassLoaderin 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:
processProcessCallablein classNewEnvTestRule
-