public interface IReportGenerator
Modifier and Type | Method and Description |
---|---|
String |
createReport(String title,
String description,
ITestEntity testEntity)
Creates report data as string.
|
String |
getDefaultExtension()
Returns the default file extension to be used for this kind of report without the preceding dot (eg "txt").
|
String createReport(String title, String description, ITestEntity testEntity)
title
- report titledescription
- generic descriptiontestEntity
- test element to be exportedString getDefaultExtension()