Class DefaultReporter

  • All Implemented Interfaces:
    net.jqwik.api.Reporter

    public class DefaultReporter
    extends java.lang.Object
    implements net.jqwik.api.Reporter
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultReporter​(java.util.function.BiConsumer<org.junit.platform.engine.TestDescriptor,​org.junit.platform.engine.reporting.ReportEntry> listener, org.junit.platform.engine.TestDescriptor descriptor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void publishReport​(java.lang.String key, java.lang.Object object)  
      void publishReports​(java.lang.String key, java.util.Map<java.lang.String,​java.lang.Object> objects)  
      void publishValue​(java.lang.String key, java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • DefaultReporter

        public DefaultReporter​(java.util.function.BiConsumer<org.junit.platform.engine.TestDescriptor,​org.junit.platform.engine.reporting.ReportEntry> listener,
                               org.junit.platform.engine.TestDescriptor descriptor)
    • Method Detail

      • publishValue

        public void publishValue​(java.lang.String key,
                                 java.lang.String value)
        Specified by:
        publishValue in interface net.jqwik.api.Reporter
      • publishReport

        public void publishReport​(java.lang.String key,
                                  java.lang.Object object)
        Specified by:
        publishReport in interface net.jqwik.api.Reporter
      • publishReports

        public void publishReports​(java.lang.String key,
                                   java.util.Map<java.lang.String,​java.lang.Object> objects)
        Specified by:
        publishReports in interface net.jqwik.api.Reporter