public abstract class AbstractPdfReportGenerator
Modifiers | Name | Description |
---|---|---|
protected static String |
TEST_CASE_SUMMARY_TPL |
|
protected static String |
TEST_CASE_TPL |
|
protected static String |
TEST_SUITE_TPL |
Type Params | Return Type | Name and description |
---|---|---|
|
public File |
exportToPDF(String fileLocation) Exports the current PDF format to the given fileLocation |
|
public File |
exportToPDF(String fileLocation, String primaryTemplateLocation) Exports the current PDF format to the given fileLocation |
|
protected abstract Map<String, Object> |
getAdditionalParams()
|
|
protected abstract ILogRecord[] |
getLogRecords()
|
|
protected abstract String |
getPrimaryTemplateLocation()
|
Exports the current PDF format to the given fileLocation
fileLocation
- destination of the exported file. Exports the current PDF format to the given fileLocation
fileLocation
- destination of the exported file.