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, getNamepublic Range getLineRange()
getLineRange in class BasicStatementpublic void replay(Formatter formatter)
replay in class BasicStatementpublic List<DataTableRow> getRows()
public DocString getDocString()
public StackTraceElement getStackTraceElement(String path)
Copyright © 2024. All rights reserved.