public class SynchronousDestinationTestRule extends AbstractTestRule<SynchronousDestinationTestRule.SyncHandler,SynchronousDestinationTestRule.SyncHandler>
| Modifier and Type | Class and Description |
|---|---|
static class |
SynchronousDestinationTestRule.SyncHandler |
static class |
SynchronousDestinationTestRule.TestSynchronousDestination |
| Modifier and Type | Field and Description |
|---|---|
static SynchronousDestinationTestRule |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
SynchronousDestinationTestRule() |
| 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) |
SynchronousDestinationTestRule.SyncHandler |
beforeMethod(org.junit.runner.Description description,
Object target) |
apply, createClassStatement, createMethodStatementpublic static final SynchronousDestinationTestRule INSTANCE
public void afterClass(org.junit.runner.Description description,
SynchronousDestinationTestRule.SyncHandler syncHandler)
throws Exception
afterClass in class AbstractTestRule<SynchronousDestinationTestRule.SyncHandler,SynchronousDestinationTestRule.SyncHandler>Exceptionpublic void afterMethod(org.junit.runner.Description description,
SynchronousDestinationTestRule.SyncHandler syncHandler,
Object target)
public SynchronousDestinationTestRule.SyncHandler beforeClass(org.junit.runner.Description description) throws Throwable
beforeClass in class AbstractTestRule<SynchronousDestinationTestRule.SyncHandler,SynchronousDestinationTestRule.SyncHandler>Throwablepublic SynchronousDestinationTestRule.SyncHandler beforeMethod(org.junit.runner.Description description, Object target)