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 TypeMethodDescriptionvoid
afterClass
(org.junit.runner.Description description, SynchronousDestinationTestRule.SyncHandler syncHandler) void
afterMethod
(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
beforeMethod
Methods 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:
afterClass
in classSynchronousDestinationTestRule
- Throws:
Exception
-
afterMethod
public void afterMethod(org.junit.runner.Description description, SynchronousDestinationTestRule.SyncHandler syncHandler, Object target) - Overrides:
afterMethod
in classSynchronousDestinationTestRule
-
beforeClass
public SynchronousDestinationTestRule.SyncHandler beforeClass(org.junit.runner.Description description) throws Throwable - Overrides:
beforeClass
in classSynchronousDestinationTestRule
- Throws:
Throwable
-