Liferay 7.0-ce-m3

com.liferay.portal.test
Class SynchronousMailTestRule

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

public class SynchronousMailTestRule
extends SynchronousDestinationTestRule


Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.portal.test.SynchronousDestinationTestRule
SynchronousDestinationTestRule.SyncHandler
 
Nested classes/interfaces inherited from class com.liferay.portal.kernel.test.BaseTestRule
BaseTestRule.StatementWrapper
 
Field Summary
static SynchronousMailTestRule INSTANCE
           
 
Method Summary
protected  void afterClass(org.junit.runner.Description description, SynchronousDestinationTestRule.SyncHandler syncHandler)
           
protected  void afterMethod(org.junit.runner.Description description, SynchronousDestinationTestRule.SyncHandler syncHandler)
           
protected  SynchronousDestinationTestRule.SyncHandler beforeClass(org.junit.runner.Description description)
           
 
Methods inherited from class com.liferay.portal.test.SynchronousDestinationTestRule
beforeMethod
 
Methods inherited from class com.liferay.portal.kernel.test.BaseTestRule
apply, 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 SynchronousMailTestRule INSTANCE
Method Detail

afterClass

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

afterMethod

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

beforeClass

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

Liferay 7.0-ce-m3