public class Step extends BasicStatement
Modifier and Type | Class and Description |
---|---|
static class |
Step.Builder |
Constructor and Description |
---|
Step(List<Comment> comments,
String keyword,
String name,
Integer line,
List<DataTableRow> rows,
DocString docString) |
Modifier and Type | Method and Description |
---|---|
DocString |
getDocString() |
Range |
getLineRange() |
List<Argument> |
getOutlineArgs() |
Match |
getOutlineMatch(String location) |
List<DataTableRow> |
getRows() |
StackTraceElement |
getStackTraceElement(String path) |
void |
replay(Formatter formatter) |
getComments, getFirstNonCommentLine, getKeyword, getLine, getName
public Range getLineRange()
getLineRange
in class BasicStatement
public void replay(Formatter formatter)
replay
in class BasicStatement
public List<DataTableRow> getRows()
public DocString getDocString()
public StackTraceElement getStackTraceElement(String path)
Copyright © 2017. All rights reserved.