public class BrokenTestCaseSummary
Modifiers | Name | Description |
---|---|---|
static class |
BrokenTestCaseSummary.Builder |
|
static class |
BrokenTestCaseSummary.Constants |
|
static class |
BrokenTestCaseSummary.Utils |
Constructor and description |
---|
BrokenTestCaseSummary
(String testCase, String testObject, String rootCause, String errorMessage) |
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
accept(File dir, String name) |
|
public boolean |
accept(File dir, String name) |
|
public String |
getErrorMessage() |
|
public String |
getMhtml() |
|
public String |
getRootCause() |
|
public String |
getTestCase() |
|
public String |
getTestObject() |
|
public void |
searchAndSetMhtmlFile(String logFolder) Look for the first file with extension `mhtml` in the folder specified by the argument and set it to internal mhtml attribute. |
|
public void |
searchAndSetMhtmlFile(String logFolder, String testCaseId) Look for the first MHTML matching the provided test case Id |
|
public void |
setMhtml(String pathToMhtml) |
Look for the first file with extension `mhtml` in the folder specified by the argument and set it to internal mhtml attribute. If you want to look for a MHTML file of a specific test case, use BrokenTestCaseSummary.searchAndSetMhtmlFile
Look for the first MHTML matching the provided test case Id