public abstract class TestFlowEvent<T,F extends TestFlowEvent<T,F>> extends Object implements FlowEvent<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
TestFlowEvent.TestStepFailedEvent<T> |
static class |
TestFlowEvent.TestStepStartedEvent<T> |
static class |
TestFlowEvent.TestStepSucceededEvent<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> TestFlowEvent.TestStepFailedEvent<T> |
failed(UUID flowId,
UUID stepId,
T reason) |
UUID |
getFlowId() |
UUID |
getStepId() |
long |
getTimestamp() |
static <T> TestFlowEvent.TestStepStartedEvent<T> |
started(UUID flowId,
UUID stepId) |
static <T> TestFlowEvent.TestStepStartedEvent<T> |
startedWith(UUID flowId,
UUID stepId,
Map<String,T> scratchpadContents) |
static <T> TestFlowEvent.TestStepSucceededEvent<T> |
succeeded(UUID flowId,
UUID stepId,
T result) |
public static <T> TestFlowEvent.TestStepStartedEvent<T> started(UUID flowId, UUID stepId)
public static <T> TestFlowEvent.TestStepStartedEvent<T> startedWith(UUID flowId, UUID stepId, Map<String,T> scratchpadContents)
public static <T> TestFlowEvent.TestStepSucceededEvent<T> succeeded(UUID flowId, UUID stepId, T result)
public static <T> TestFlowEvent.TestStepFailedEvent<T> failed(UUID flowId, UUID stepId, T reason)
public long getTimestamp()
getTimestamp in interface FlowEvent<T>Copyright © 2017. All Rights Reserved.