public interface ReportResolver
Modifier and Type | Method and Description |
---|---|
List<String> |
getFailedFiles(String baseURL)
Gets a list of files to be downloaded when a test is failed
|
List<String> |
getSuccessFiles(String baseURL)
Gets a list of files to be downloaded when a test is successful
|
List<String> |
getTestFiles(String baseURL,
String testNum)
Gets a list of files to be downloaded when a test is complete regardless of the result
|
List<String> getSuccessFiles(String baseURL)
baseURL
- the base URL from which the report files need to be resolvedList<String> getFailedFiles(String baseURL)
baseURL
- the base URL from which the report files need to be resolvedList<String> getTestFiles(String baseURL, String testNum)
baseURL
- the base URL from which the report files need to be resolvedtestNum
- the test numberThis documentation was released into the public domain.