Package com.liferay.portal.test.rule
Class InitializeKernelUtilTestRule
- All Implemented Interfaces:
org.junit.rules.TestRule
public class InitializeKernelUtilTestRule
extends AbstractTestRule<Map<String,String>,Map<String,String>>
- Author:
- Matthew Tambara
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidafterClass(org.junit.runner.Description description, Map<String, String> originalMap) protected voidafterMethod(org.junit.runner.Description description, Map<String, String> originalMap, Object target) beforeClass(org.junit.runner.Description description) 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, Map<String, String> originalMap) throws ReflectiveOperationException- Specified by:
afterClassin classAbstractTestRule<Map<String,String>, Map<String, String>> - Throws:
ReflectiveOperationException
-
afterMethod
protected void afterMethod(org.junit.runner.Description description, Map<String, String> originalMap, Object target) throws ReflectiveOperationException- Specified by:
afterMethodin classAbstractTestRule<Map<String,String>, Map<String, String>> - Throws:
ReflectiveOperationException
-
beforeClass
protected Map<String,String> beforeClass(org.junit.runner.Description description) throws ReflectiveOperationException - Specified by:
beforeClassin classAbstractTestRule<Map<String,String>, Map<String, String>> - Throws:
ReflectiveOperationException
-
beforeMethod
protected Map<String,String> beforeMethod(org.junit.runner.Description description, Object target) throws Throwable - Specified by:
beforeMethodin classAbstractTestRule<Map<String,String>, Map<String, String>> - Throws:
Throwable
-