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 voidafterClass(org.junit.runner.Description description, Void v) protected voidafterMethod(org.junit.runner.Description description, Properties properties, Object target) protected VoidbeforeClass(org.junit.runner.Description description) protected PropertiesbeforeMethod(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:
afterClassin classAbstractTestRule<Void,Properties> - Throws:
ReflectiveOperationException
-
afterMethod
protected void afterMethod(org.junit.runner.Description description, Properties properties, Object target) throws ReflectiveOperationException - Specified by:
afterMethodin classAbstractTestRule<Void,Properties> - Throws:
ReflectiveOperationException
-
beforeClass
protected Void beforeClass(org.junit.runner.Description description) throws ReflectiveOperationException - Specified by:
beforeClassin classAbstractTestRule<Void,Properties> - Throws:
ReflectiveOperationException
-
beforeMethod
protected Properties beforeMethod(org.junit.runner.Description description, Object target) throws Throwable - Specified by:
beforeMethodin classAbstractTestRule<Void,Properties> - Throws:
Throwable
-