com.liferay.portal.test.rule.callback
Class SynchronousMailTestCallback
java.lang.Object
com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback
com.liferay.portal.test.rule.callback.SynchronousMailTestCallback
- All Implemented Interfaces:
- TestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>
public class SynchronousMailTestCallback
- extends SynchronousDestinationTestCallback
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final SynchronousMailTestCallback INSTANCE
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