public static class BrokenTestCaseSummary.Builder
Type Params | Return Type | Name and description |
---|---|---|
|
public static BrokenTestCaseSummary |
buildFrom(ILogRecord element) Build a BrokenTestCaseSummary from the given ILogRecord which is provided in the Report Part. |
|
public static BrokenTestCaseSummary |
buildFrom(XmlLogRecord result, String testCaseId) Build a BrokenTestCaseSummary by extracting information from the given XmlLogRecord and testCaseId which is provided in Log Viewer |
Build a BrokenTestCaseSummary from the given ILogRecord which is provided in the Report Part.
Build a BrokenTestCaseSummary by extracting information from the given XmlLogRecord and testCaseId which is provided in Log Viewer
result
- XmlLogRecord The log record of that Test CasetestCaseId
- The ID of Test Case