Liferay 7.0-ce-m3

com.liferay.portal.test
Class SynchronousDestinationTestRule

java.lang.Object
  extended by com.liferay.portal.kernel.test.BaseTestRule<SynchronousDestinationTestRule.SyncHandler,SynchronousDestinationTestRule.SyncHandler>
      extended by com.liferay.portal.test.SynchronousDestinationTestRule
All Implemented Interfaces:
org.junit.rules.TestRule
Direct Known Subclasses:
SynchronousMailTestRule

public class SynchronousDestinationTestRule
extends BaseTestRule<SynchronousDestinationTestRule.SyncHandler,SynchronousDestinationTestRule.SyncHandler>


Nested Class Summary
protected static class SynchronousDestinationTestRule.SyncHandler
           
 
Nested classes/interfaces inherited from class com.liferay.portal.kernel.test.BaseTestRule
BaseTestRule.StatementWrapper
 
Field Summary
static SynchronousDestinationTestRule INSTANCE
           
 
Constructor Summary
protected SynchronousDestinationTestRule()
           
 
Method Summary
protected  void afterMethod(org.junit.runner.Description description, SynchronousDestinationTestRule.SyncHandler syncHandler)
           
protected  SynchronousDestinationTestRule.SyncHandler beforeMethod(org.junit.runner.Description description)
           
 
Methods inherited from class com.liferay.portal.kernel.test.BaseTestRule
afterClass, apply, beforeClass, inspectTarget, invokeStatement, setInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final SynchronousDestinationTestRule INSTANCE
Constructor Detail

SynchronousDestinationTestRule

protected SynchronousDestinationTestRule()
Method Detail

afterMethod

protected void afterMethod(org.junit.runner.Description description,
                           SynchronousDestinationTestRule.SyncHandler syncHandler)
Overrides:
afterMethod in class BaseTestRule<SynchronousDestinationTestRule.SyncHandler,SynchronousDestinationTestRule.SyncHandler>

beforeMethod

protected SynchronousDestinationTestRule.SyncHandler beforeMethod(org.junit.runner.Description description)
Overrides:
beforeMethod in class BaseTestRule<SynchronousDestinationTestRule.SyncHandler,SynchronousDestinationTestRule.SyncHandler>

Liferay 7.0-ce-m3