Liferay 7.0-ce-m6

com.liferay.portal.test.rule.callback
Class SynchronousMailTestCallback

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
          extended by com.liferay.portal.test.rule.callback.SynchronousMailTestCallback
All Implemented Interfaces:
TestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>

public class SynchronousMailTestCallback
extends SynchronousDestinationTestCallback


Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback
SynchronousDestinationTestCallback.SyncHandler
 
Field Summary
static SynchronousMailTestCallback INSTANCE
           
 
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)
           
 
Methods inherited from class com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback
doBeforeMethod
 
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 SynchronousMailTestCallback INSTANCE
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 SynchronousDestinationTestCallback

doBeforeClass

public SynchronousDestinationTestCallback.SyncHandler doBeforeClass(org.junit.runner.Description description)
                                                             throws Exception
Overrides:
doBeforeClass in class BaseTestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>
Throws:
Exception

Liferay 7.0-ce-m6