Liferay 7.0-ce-b8 portal-test-internal

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:
com.liferay.portal.kernel.test.rule.callback.TestCallback<com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler,com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler>

public class SynchronousMailTestCallback
extends com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback


Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback
com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler
 
Field Summary
static SynchronousMailTestCallback INSTANCE
           
 
Method Summary
 void afterClass(org.junit.runner.Description description, com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler syncHandler)
           
 void afterMethod(org.junit.runner.Description description, com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler syncHandler, Object target)
           
 com.liferay.portal.kernel.test.rule.callback.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,
                       com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler syncHandler)
                throws Exception
Specified by:
afterClass in interface com.liferay.portal.kernel.test.rule.callback.TestCallback<com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler,com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler>
Overrides:
afterClass in class com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback
Throws:
Exception

afterMethod

public void afterMethod(org.junit.runner.Description description,
                        com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler syncHandler,
                        Object target)
Specified by:
afterMethod in interface com.liferay.portal.kernel.test.rule.callback.TestCallback<com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler,com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler>
Overrides:
afterMethod in class com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback

beforeClass

public com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler beforeClass(org.junit.runner.Description description)
                                                                                                        throws Throwable
Specified by:
beforeClass in interface com.liferay.portal.kernel.test.rule.callback.TestCallback<com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler,com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler>
Overrides:
beforeClass in class com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback
Throws:
Throwable

Liferay 7.0-ce-b8 portal-test-internal