com.liferay.portal.test.rule.callback
Class SynchronousMailTestCallback
java.lang.Object
com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback
com.liferay.portal.test.rule.callback.SynchronousMailTestCallback
- All Implemented Interfaces:
- com.liferay.portal.kernel.test.rule.callback.TestCallback<com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler,com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler>
public class SynchronousMailTestCallback
- extends com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback
| Nested classes/interfaces inherited from class com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback |
com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler |
|
Method Summary |
void |
afterClass(org.junit.runner.Description description,
com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler syncHandler)
|
void |
afterMethod(org.junit.runner.Description description,
com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler syncHandler,
Object target)
|
com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler |
beforeClass(org.junit.runner.Description description)
|
| Methods inherited from class com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback |
beforeMethod |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final SynchronousMailTestCallback INSTANCE
afterClass
public void afterClass(org.junit.runner.Description description,
com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler syncHandler)
throws Exception
- Specified by:
afterClass in interface com.liferay.portal.kernel.test.rule.callback.TestCallback<com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler,com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler>- Overrides:
afterClass in class com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback
- Throws:
Exception
afterMethod
public void afterMethod(org.junit.runner.Description description,
com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler syncHandler,
Object target)
- Specified by:
afterMethod in interface com.liferay.portal.kernel.test.rule.callback.TestCallback<com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler,com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler>- Overrides:
afterMethod in class com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback
beforeClass
public com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler beforeClass(org.junit.runner.Description description)
throws Throwable
- Specified by:
beforeClass in interface com.liferay.portal.kernel.test.rule.callback.TestCallback<com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler,com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler>- Overrides:
beforeClass in class com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback
- Throws:
Throwable