public static final class TestFlowEvent.TestStepFailedEvent<T> extends TestFlowEvent<T,TestFlowEvent.TestStepFailedEvent<T>> implements StepFailedEvent<T>
TestFlowEvent.TestStepFailedEvent<T>, TestFlowEvent.TestStepStartedEvent<T>, TestFlowEvent.TestStepSucceededEvent<T>| Modifier and Type | Method and Description |
|---|---|
T |
getReason() |
<V> V |
translate(FlowEventTranslator<T,V> translator) |
failed, getFlowId, getStepId, getTimestamp, started, startedWith, succeededclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFlowId, getStepId, getTimestamppublic <V> V translate(FlowEventTranslator<T,V> translator)
public T getReason()
getReason in interface StepFailedEvent<T>Copyright © 2017. All Rights Reserved.