Package com.liferay.portal.test.rule
Class InitializeKernelUtilTestRule
Object
com.liferay.portal.kernel.test.rule.AbstractTestRule<Void,Properties>
com.liferay.portal.test.rule.InitializeKernelUtilTestRule
- All Implemented Interfaces:
org.junit.rules.TestRule
- Author:
- Matthew Tambara
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
afterClass
(org.junit.runner.Description description, Void v) protected void
afterMethod
(org.junit.runner.Description description, Properties properties, Object target) protected Void
beforeClass
(org.junit.runner.Description description) protected Properties
beforeMethod
(org.junit.runner.Description description, Object target) Methods inherited from class com.liferay.portal.kernel.test.rule.AbstractTestRule
apply, createClassStatement, createMethodStatement
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
InitializeKernelUtilTestRule
public InitializeKernelUtilTestRule()
-
-
Method Details
-
afterClass
protected void afterClass(org.junit.runner.Description description, Void v) throws ReflectiveOperationException - Specified by:
afterClass
in classAbstractTestRule<Void,
Properties> - Throws:
ReflectiveOperationException
-
afterMethod
protected void afterMethod(org.junit.runner.Description description, Properties properties, Object target) throws ReflectiveOperationException - Specified by:
afterMethod
in classAbstractTestRule<Void,
Properties> - Throws:
ReflectiveOperationException
-
beforeClass
protected Void beforeClass(org.junit.runner.Description description) throws ReflectiveOperationException - Specified by:
beforeClass
in classAbstractTestRule<Void,
Properties> - Throws:
ReflectiveOperationException
-
beforeMethod
protected Properties beforeMethod(org.junit.runner.Description description, Object target) throws Throwable - Specified by:
beforeMethod
in classAbstractTestRule<Void,
Properties> - Throws:
Throwable
-