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, createMethodStatement
public 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>
Exception
public 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>
Throwable
public SynchronousDestinationTestRule.SyncHandler beforeMethod(org.junit.runner.Description description, Object target)