public final class JUnitReportGenerator extends Object implements IReportGenerator
Constructor and Description |
---|
JUnitReportGenerator() |
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").
|
public String createReport(String title, String description, ITestEntity testEntity)
IReportGenerator
createReport
in interface IReportGenerator
title
- report titledescription
- generic descriptiontestEntity
- test element to be exportedpublic String getDefaultExtension()
IReportGenerator
getDefaultExtension
in interface IReportGenerator