public class SynchronousMailTestRule extends SynchronousDestinationTestRule
SynchronousDestinationTestRule.SyncHandler, SynchronousDestinationTestRule.TestSynchronousDestination
Modifier and Type | Field and Description |
---|---|
static SynchronousMailTestRule |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
afterClass(org.junit.runner.Description description,
SynchronousDestinationTestRule.SyncHandler syncHandler) |
void |
afterMethod(org.junit.runner.Description description,
SynchronousDestinationTestRule.SyncHandler syncHandler,
Object target) |
SynchronousDestinationTestRule.SyncHandler |
beforeClass(org.junit.runner.Description description) |
beforeMethod
apply, createClassStatement, createMethodStatement
public static final SynchronousMailTestRule INSTANCE
public void afterClass(org.junit.runner.Description description, SynchronousDestinationTestRule.SyncHandler syncHandler) throws Exception
afterClass
in class SynchronousDestinationTestRule
Exception
public void afterMethod(org.junit.runner.Description description, SynchronousDestinationTestRule.SyncHandler syncHandler, Object target)
afterMethod
in class SynchronousDestinationTestRule
public SynchronousDestinationTestRule.SyncHandler beforeClass(org.junit.runner.Description description) throws Throwable
beforeClass
in class SynchronousDestinationTestRule
Throwable