ReporterBase
Base reporter class
Constructor Summary
| Public Constructor | ||
| public |
constructor(reporter: Object) constructor |
|
Member Summary
| Private Members | ||
| private |
_logger: * Logger instance |
|
Method Summary
| Public Methods | ||
| public |
Saves report to file |
|
| Protected Methods | ||
| protected |
createReportFolder(configurationName: String): * Creates folder named as given configurationName inside reports folder |
|
| protected |
createReportsFolder(): * Creates reports folder in current work directory |
|
Public Constructors
Private Members
Public Methods
public saveReportFile(configurationName: String, type: String, content: String, date: String): Promise source
Saves report to file
Protected Methods
protected createReportFolder(configurationName: String): * source
Creates folder named as given configurationName inside reports folder
Params:
| Name | Type | Attribute | Description |
| configurationName | String | name of configuration file |
Return:
| * | void 0 |
protected createReportsFolder(): * source
Creates reports folder in current work directory
Return:
| * | void 0 |