public class TestCaseLogRecord 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 |
---|
TestCaseLogRecord
(String name) |
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
equals(Object obj) |
|
public ILogRecord[] |
getChildRecords() |
|
public String |
getIterationVariableValue() |
|
public String |
getTag() |
|
public int |
hashCode() |
|
public boolean |
isOptional() Returns if the result of current test case is optional or not. |
|
public boolean |
isRetryTestCase()
|
|
public void |
setIterationVariableValue(String iterationVariableValue) |
|
public void |
setOptional(boolean isOptional) |
|
public void |
setTag(String tag) |
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 |
Returns if the result of current test case is optional or not.
Used when the current test case is called by another test case.