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