Liferay 7.0-ce-b4

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

java.lang.Object
  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 Object
implements TestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>


Nested Class Summary
static class SynchronousDestinationTestCallback.SyncHandler
           
 
Field Summary
static SynchronousDestinationTestCallback INSTANCE
           
 
Constructor Summary
protected SynchronousDestinationTestCallback()
           
 
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)
           
 SynchronousDestinationTestCallback.SyncHandler beforeMethod(org.junit.runner.Description description, Object target)
           
 
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

afterClass

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

beforeClass

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

beforeMethod

public SynchronousDestinationTestCallback.SyncHandler beforeMethod(org.junit.runner.Description description,
                                                                   Object target)
Specified by:
beforeMethod in interface TestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>

Liferay 7.0-ce-b4