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 |
|
public static BrokenTestCaseSummary |
buildFrom(String message, String testCaseId)Build a BrokenTestCaseSummary by extracting information from the given error message and test case ID. |
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 CaseBuild a BrokenTestCaseSummary by extracting information from the given error message and test case ID. Parses the message to extract test object, root cause, and other relevant information about the broken test case.
message
- The error message containing test object and failure informationtestCaseId
- The ID of the test case that failed