Liferay 7.0-ce-m6

com.liferay.portal.kernel.test.rule.callback
Class SynchronousDestinationTestCallback

java.lang.Object
  extended by com.liferay.portal.kernel.test.rule.callback.BaseTestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>
      extended by 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>


Nested Class Summary
static class SynchronousDestinationTestCallback.SyncHandler
           
 
Field Summary
static SynchronousDestinationTestCallback INSTANCE
           
 
Constructor Summary
protected SynchronousDestinationTestCallback()
           
 
Method Summary
 void doAfterMethod(org.junit.runner.Description description, SynchronousDestinationTestCallback.SyncHandler syncHandler, Object target)
           
 SynchronousDestinationTestCallback.SyncHandler doBeforeMethod(org.junit.runner.Description description, Object target)
           
 
Methods inherited from class com.liferay.portal.kernel.test.rule.callback.BaseTestCallback
afterClass, afterMethod, beforeClass, beforeMethod, doAfterClass, doBeforeClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final SynchronousDestinationTestCallback INSTANCE
Constructor Detail

SynchronousDestinationTestCallback

protected SynchronousDestinationTestCallback()
Method Detail

doAfterMethod

public void doAfterMethod(org.junit.runner.Description description,
                          SynchronousDestinationTestCallback.SyncHandler syncHandler,
                          Object target)
Overrides:
doAfterMethod in class BaseTestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>

doBeforeMethod

public SynchronousDestinationTestCallback.SyncHandler doBeforeMethod(org.junit.runner.Description description,
                                                                     Object target)
Overrides:
doBeforeMethod in class BaseTestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>

Liferay 7.0-ce-m6