Package com.liferay.portal.test.rule
Class SynchronousMailTestRule
Object
com.liferay.portal.kernel.test.rule.AbstractTestRule<SynchronousDestinationTestRule.SyncHandler,SynchronousDestinationTestRule.SyncHandler>
com.liferay.portal.kernel.test.rule.SynchronousDestinationTestRule
com.liferay.portal.test.rule.SynchronousMailTestRule
- All Implemented Interfaces:
org.junit.rules.TestRule
- Author:
- Manuel de la Peña, Roberto Díaz, Shuyang Zhou
-
Nested Class Summary
Nested classes/interfaces inherited from class com.liferay.portal.kernel.test.rule.SynchronousDestinationTestRule
SynchronousDestinationTestRule.SyncHandler, SynchronousDestinationTestRule.TestSynchronousDestination -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidafterClass(org.junit.runner.Description description, SynchronousDestinationTestRule.SyncHandler syncHandler) voidafterMethod(org.junit.runner.Description description, SynchronousDestinationTestRule.SyncHandler syncHandler, Object target) beforeClass(org.junit.runner.Description description) Methods inherited from class com.liferay.portal.kernel.test.rule.SynchronousDestinationTestRule
beforeMethodMethods inherited from class com.liferay.portal.kernel.test.rule.AbstractTestRule
apply, createClassStatement, createMethodStatement
-
Field Details
-
INSTANCE
-
-
Method Details
-
afterClass
public void afterClass(org.junit.runner.Description description, SynchronousDestinationTestRule.SyncHandler syncHandler) throws Exception - Overrides:
afterClassin classSynchronousDestinationTestRule- Throws:
Exception
-
afterMethod
public void afterMethod(org.junit.runner.Description description, SynchronousDestinationTestRule.SyncHandler syncHandler, Object target) - Overrides:
afterMethodin classSynchronousDestinationTestRule
-
beforeClass
public SynchronousDestinationTestRule.SyncHandler beforeClass(org.junit.runner.Description description) throws Throwable - Overrides:
beforeClassin classSynchronousDestinationTestRule- Throws:
Throwable
-