public class StepFinishedEvent extends Object implements TestStepFinishedEvent
| Constructor and Description |
|---|
StepFinishedEvent(gherkin.formatter.model.Result result,
gherkin.formatter.Reporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
void |
attach(Attachment attachment) |
String |
getStatus() |
boolean |
isFailed() |
public StepFinishedEvent(gherkin.formatter.model.Result result,
gherkin.formatter.Reporter reporter)
public boolean isFailed()
isFailed in interface StatusEventpublic String getStatus()
getStatus in interface StatusEventpublic void attach(Attachment attachment)
attach in interface AttachmentEventCopyright © 2017. All rights reserved.