com.liferay.portal.test.rule.callback
Class SynchronousMailTestCallback
java.lang.Object
com.liferay.portal.kernel.test.rule.callback.BaseTestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>
com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback
com.liferay.portal.test.rule.callback.SynchronousMailTestCallback
- All Implemented Interfaces:
- TestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>
public class SynchronousMailTestCallback
- extends SynchronousDestinationTestCallback
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final SynchronousMailTestCallback INSTANCE
doAfterClass
public void doAfterClass(org.junit.runner.Description description,
SynchronousDestinationTestCallback.SyncHandler syncHandler)
throws Exception
- Overrides:
doAfterClass in class SynchronousDestinationTestCallback
- Throws:
Exception
doAfterMethod
public void doAfterMethod(org.junit.runner.Description description,
SynchronousDestinationTestCallback.SyncHandler syncHandler,
Object target)
- Overrides:
doAfterMethod in class SynchronousDestinationTestCallback
doBeforeClass
public SynchronousDestinationTestCallback.SyncHandler doBeforeClass(org.junit.runner.Description description)
throws Throwable
- Overrides:
doBeforeClass in class SynchronousDestinationTestCallback
- Throws:
Throwable