public class TestCaseGroupLogRecord extends TestCaseLogRecord
This class is used to group multiple test execution results into a single result. Used in Report Part.
Fields inherited from class | Fields |
---|---|
class AbstractLogRecord |
LINE_SEPARATOR, childRecords, description, endTime, id, interuppted, message, name, parentLogRecord, properties, source, startTime, type |
Constructor and description |
---|
TestCaseGroupLogRecord
(TestSuiteLogRecord testSuiteLogRecord, ILogRecord firstRecord, int index) |
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
equals(Object obj) |
|
public ILogRecord[] |
getChildRecords() |
|
public long |
getEndTime() |
|
public int |
getIndexInReport() |
|
public TestCaseLogRecord |
getLastLogRecord() |
|
public Map<String, String> |
getProperties() |
|
public long |
getStartTime() |
|
public TestStatus |
getStatus() |
|
public TestSuiteLogRecord |
getTestSuiteLogRecord() |
|
public int |
hashCode() |
|
public void |
setIndexInReport(int indexInReport) |
|
public void |
setTestSuiteLogRecord(TestSuiteLogRecord testSuiteLogRecord) |