Class StandardStatisticsReportFormat

  • All Implemented Interfaces:
    net.jqwik.api.statistics.StatisticsReportFormat

    public class StandardStatisticsReportFormat
    extends java.lang.Object
    implements net.jqwik.api.statistics.StatisticsReportFormat
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> formatReport​(java.util.List<net.jqwik.api.statistics.StatisticsEntry> entries)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StandardStatisticsReportFormat

        public StandardStatisticsReportFormat()
    • Method Detail

      • formatReport

        public java.util.List<java.lang.String> formatReport​(java.util.List<net.jqwik.api.statistics.StatisticsEntry> entries)
        Specified by:
        formatReport in interface net.jqwik.api.statistics.StatisticsReportFormat