public class Step extends Object
| Constructor and Description |
|---|
Step(Feature feature,
Scenario scenario,
int index) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDebugInfo() |
String |
getDocString() |
int |
getEndLine() |
Feature |
getFeature() |
int |
getIndex() |
int |
getLine() |
int |
getLineCount() |
String |
getPrefix() |
Scenario |
getScenario() |
Table |
getTable() |
String |
getText() |
boolean |
isBackground() |
boolean |
isOutline() |
boolean |
isPrefixStar() |
boolean |
isPrint() |
void |
setDocString(String docString) |
void |
setEndLine(int endLine) |
void |
setLine(int line) |
void |
setPrefix(String prefix) |
void |
setTable(Table table) |
void |
setText(String text) |
String |
toString() |
public String getDebugInfo()
public boolean isPrint()
public boolean isPrefixStar()
public boolean isBackground()
public boolean isOutline()
public Feature getFeature()
public Scenario getScenario()
public int getIndex()
public int getLine()
public void setLine(int line)
public int getLineCount()
public int getEndLine()
public void setEndLine(int endLine)
public String getPrefix()
public void setPrefix(String prefix)
public String getText()
public void setText(String text)
public String getDocString()
public void setDocString(String docString)
public Table getTable()
public void setTable(Table table)
Copyright © 2019. All rights reserved.