Package net.jqwik.api.statistics
Schnittstelle StatisticsReportFormat
- Alle bekannten Implementierungsklassen:
Histogram
,NumberRangeHistogram
,StatisticsReport.None
@API(status=MAINTAINED,
since="1.2.3")
public interface StatisticsReportFormat
An implementation of this interface is responsible for creating
a formatted statistics report.
Implementation of this class must have a public default constructor to be usable in StatisticsReport.format()
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungformatReport
(List<StatisticsEntry> entries) Return a list of report lines.
-
Methodendetails
-
formatReport
Return a list of report lines. Often, one line will represent one entry but that must not necessarily be the case.- Gibt zurück:
- All report lines. No trailing `CR` or `LF` characters are needed.
- Siehe auch:
-