Class StatisticsPublisher


  • public class StatisticsPublisher
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void publish​(net.jqwik.api.Reporter reporter, java.lang.String propertyName)  
      • Methods inherited from class java.lang.Object

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

      • StatisticsPublisher

        public StatisticsPublisher​(StatisticsCollectorImpl statisticsCollector,
                                   net.jqwik.api.statistics.StatisticsReportFormat statisticsReportFormat)
    • Method Detail

      • publish

        public void publish​(net.jqwik.api.Reporter reporter,
                            java.lang.String propertyName)