public class StepFailureEvent extends AbstractStepFailureEvent
Throwablethrowable| Constructor and Description |
|---|
StepFailureEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(ru.yandex.qatools.allure.model.Step step)
Change step status to
Status.FAILED if
throwable instance of AssertionError and to Status.BROKEN
otherwise |
StepFailureEvent |
withThrowable(Throwable throwable)
Set specified throwable to event using fluent-api interface
|
equals, equals, getThrowable, hashCode, hashCode, setThrowablepublic void process(ru.yandex.qatools.allure.model.Step step)
Status.FAILED if
throwable instance of AssertionError and to Status.BROKEN
otherwisestep - which will be changedpublic StepFailureEvent withThrowable(Throwable throwable)
throwable - the throwable to setCopyright © 2017 Yandex. All rights reserved.