Class StatisticsPublisher
- java.lang.Object
-
- net.jqwik.engine.hooks.statistics.StatisticsPublisher
-
public class StatisticsPublisher extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StatisticsPublisher(StatisticsCollectorImpl statisticsCollector, net.jqwik.api.statistics.StatisticsReportFormat statisticsReportFormat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpublish(net.jqwik.api.Reporter reporter, java.lang.String propertyName)
-
-
-
Constructor Detail
-
StatisticsPublisher
public StatisticsPublisher(StatisticsCollectorImpl statisticsCollector, net.jqwik.api.statistics.StatisticsReportFormat statisticsReportFormat)
-
-