public final class JUnitReportGenerator extends Object implements IReportGenerator
Constructor and Description |
---|
JUnitReportGenerator() |
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").
|
public String createReport(String title, String description, TestSuite testSuite)
IReportGenerator
createReport
in interface IReportGenerator
title
- report titledescription
- generic descriptiontestSuite
- testuite data to be exportedpublic String getDefaultExtension()
IReportGenerator
getDefaultExtension
in interface IReportGenerator