public class SynchronousMailTestCallback
extends com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback
Modifier and Type | Field and Description |
---|---|
static SynchronousMailTestCallback |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
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) |
public static final SynchronousMailTestCallback INSTANCE
public void afterClass(org.junit.runner.Description description, com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler syncHandler) throws Exception
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>
afterClass
in class com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback
Exception
public void afterMethod(org.junit.runner.Description description, com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler syncHandler, Object target)
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>
afterMethod
in class com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback
public com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback.SyncHandler beforeClass(org.junit.runner.Description description) throws Throwable
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>
beforeClass
in class com.liferay.portal.kernel.test.rule.callback.SynchronousDestinationTestCallback
Throwable