public class TestStepLogRecord extends AbstractLogRecord
Fields inherited from class | Fields |
---|---|
class AbstractLogRecord |
LINE_SEPARATOR, childRecords, description, endTime, id, interuppted, message, name, parentLogRecord, properties, source, startTime, type |
Constructor and description |
---|
TestStepLogRecord
(String name) |
Type Params | Return Type | Name and description |
---|---|---|
|
public List<String> |
getArguments() |
|
public String |
getAttachment() |
|
public FailureHandling |
getFlowControl() |
|
public int |
getIndex() |
|
public String |
getIndexString() |
|
public TestStatus |
getStatus() |
|
public boolean |
isIgnoredIfFailed() |
|
public void |
setArguments(List<String> args) |
|
public void |
setAttachment(String attachment) |
|
public void |
setFlowControl(FailureHandling flowControl) |
|
public void |
setIgnoredIfFailed(boolean isIgnoredIfFailed) |
|
public void |
setIndex(int index) |
Methods inherited from class | Name |
---|---|
class AbstractLogRecord |
addChildRecord, equals, getAttachments, getAttachments, getChildRecords, getDescription, getEndTime, getId, getJUnitMessage, getJsonExcludedFields, getMessage, getName, getParentLogRecord, getParentLogRecordByType, getProperties, getSource, getStartTime, getStatus, getSystemErrorMsg, getSystemOutMsg, getType, hasChildRecords, hashCode, isInterrupted, removeChildRecord, setChildRecords, setDescription, setEndTime, setId, setInterrupted, setMessage, setName, setParentLogRecord, setProperties, setSource, setStartTime, setType |