Liferay 7.0-ce-a2

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 doAfterClass(org.junit.runner.Description description, SynchronousDestinationTestCallback.SyncHandler syncHandler)
           
 void doAfterMethod(org.junit.runner.Description description, SynchronousDestinationTestCallback.SyncHandler syncHandler, Object target)
           
 SynchronousDestinationTestCallback.SyncHandler doBeforeClass(org.junit.runner.Description description)
           
 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
 
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

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>

Liferay 7.0-ce-a2