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,
java.lang.Object target) |
SynchronousDestinationTestRule.SyncHandler |
beforeClass(org.junit.runner.Description description) |
SynchronousDestinationTestRule.SyncHandler |
beforeMethod(org.junit.runner.Description description,
java.lang.Object target) |
apply, createClassStatement, createMethodStatementpublic static final SynchronousDestinationTestRule INSTANCE
public void afterClass(org.junit.runner.Description description,
SynchronousDestinationTestRule.SyncHandler syncHandler)
throws java.lang.Exception
afterClass in class AbstractTestRule<SynchronousDestinationTestRule.SyncHandler,SynchronousDestinationTestRule.SyncHandler>java.lang.Exceptionpublic void afterMethod(org.junit.runner.Description description,
SynchronousDestinationTestRule.SyncHandler syncHandler,
java.lang.Object target)
public SynchronousDestinationTestRule.SyncHandler beforeClass(org.junit.runner.Description description) throws java.lang.Throwable
beforeClass in class AbstractTestRule<SynchronousDestinationTestRule.SyncHandler,SynchronousDestinationTestRule.SyncHandler>java.lang.Throwablepublic SynchronousDestinationTestRule.SyncHandler beforeMethod(org.junit.runner.Description description, java.lang.Object target)