Liferay 7.0-ce-b4

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

java.lang.Object
  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 afterClass(org.junit.runner.Description description, SynchronousDestinationTestCallback.SyncHandler syncHandler)
           
 void afterMethod(org.junit.runner.Description description, SynchronousDestinationTestCallback.SyncHandler syncHandler, Object target)
           
 SynchronousDestinationTestCallback.SyncHandler beforeClass(org.junit.runner.Description description)
           
 
Methods inherited from class com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback
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

afterClass

public void afterClass(org.junit.runner.Description description,
                       SynchronousDestinationTestCallback.SyncHandler syncHandler)
                throws Exception
Specified by:
afterClass in interface TestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>
Overrides:
afterClass in class SynchronousDestinationTestCallback
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>
Overrides:
afterMethod in class SynchronousDestinationTestCallback

beforeClass

public SynchronousDestinationTestCallback.SyncHandler beforeClass(org.junit.runner.Description description)
                                                           throws Throwable
Specified by:
beforeClass in interface TestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>
Overrides:
beforeClass in class SynchronousDestinationTestCallback
Throws:
Throwable

Liferay 7.0-ce-b4