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