com.liferay.portal.kernel.test.rule.callback
Class SynchronousDestinationTestCallback
java.lang.Object
com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback
- All Implemented Interfaces:
- TestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>
- Direct Known Subclasses:
- SynchronousMailTestCallback
public class SynchronousDestinationTestCallback
- extends Object
- implements TestCallback<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()
afterClass
public void afterClass(org.junit.runner.Description description,
SynchronousDestinationTestCallback.SyncHandler syncHandler)
throws Exception
- Specified by:
afterClass in interface TestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>
- Throws:
Exception
afterMethod
public void afterMethod(org.junit.runner.Description description,
SynchronousDestinationTestCallback.SyncHandler syncHandler,
Object target)
- Specified by:
afterMethod in interface TestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>
beforeClass
public SynchronousDestinationTestCallback.SyncHandler beforeClass(org.junit.runner.Description description)
throws Throwable
- Specified by:
beforeClass in interface TestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>
- Throws:
Throwable
beforeMethod
public SynchronousDestinationTestCallback.SyncHandler beforeMethod(org.junit.runner.Description description,
Object target)
- Specified by:
beforeMethod in interface TestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>