public class SynchronousDestinationTestCallback extends Object implements TestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>
Modifier and Type | Class and Description |
---|---|
static class |
SynchronousDestinationTestCallback.SyncHandler |
Modifier and Type | Field and Description |
---|---|
static SynchronousDestinationTestCallback |
INSTANCE |
Modifier | Constructor and Description |
---|---|
protected |
SynchronousDestinationTestCallback() |
Modifier and Type | Method and Description |
---|---|
void |
afterClass(org.junit.runner.Description description,
SynchronousDestinationTestCallback.SyncHandler syncHandler) |
void |
afterMethod(org.junit.runner.Description description,
SynchronousDestinationTestCallback.SyncHandler syncHandler,
Object target) |
SynchronousDestinationTestCallback.SyncHandler |
beforeClass(org.junit.runner.Description description) |
SynchronousDestinationTestCallback.SyncHandler |
beforeMethod(org.junit.runner.Description description,
Object target) |
public static final SynchronousDestinationTestCallback INSTANCE
protected SynchronousDestinationTestCallback()
public void afterClass(org.junit.runner.Description description, SynchronousDestinationTestCallback.SyncHandler syncHandler) throws Exception
afterClass
in interface TestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>
Exception
public void afterMethod(org.junit.runner.Description description, SynchronousDestinationTestCallback.SyncHandler syncHandler, Object target)
afterMethod
in interface TestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>
public SynchronousDestinationTestCallback.SyncHandler beforeClass(org.junit.runner.Description description) throws Throwable
beforeClass
in interface TestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>
Throwable
public SynchronousDestinationTestCallback.SyncHandler beforeMethod(org.junit.runner.Description description, Object target)
beforeMethod
in interface TestCallback<SynchronousDestinationTestCallback.SyncHandler,SynchronousDestinationTestCallback.SyncHandler>