Class StatisticsFacadeImpl


  • public class StatisticsFacadeImpl
    extends net.jqwik.api.statistics.Statistics.StatisticsFacade
    Is loaded through reflection in api module
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_LABEL  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      net.jqwik.api.statistics.StatisticsCollector collectorByLabel​(java.lang.String label)  
      net.jqwik.api.statistics.StatisticsCollector defaultCollector()  
      • Methods inherited from class java.lang.Object

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

      • StatisticsFacadeImpl

        public StatisticsFacadeImpl()
    • Method Detail

      • collectorByLabel

        public net.jqwik.api.statistics.StatisticsCollector collectorByLabel​(java.lang.String label)
        Specified by:
        collectorByLabel in class net.jqwik.api.statistics.Statistics.StatisticsFacade
      • defaultCollector

        public net.jqwik.api.statistics.StatisticsCollector defaultCollector()
        Specified by:
        defaultCollector in class net.jqwik.api.statistics.Statistics.StatisticsFacade