Class DefaultReporter

java.lang.Object
net.jqwik.engine.execution.reporting.DefaultReporter
All Implemented Interfaces:
net.jqwik.api.Reporter

public class DefaultReporter extends Object implements net.jqwik.api.Reporter
  • Constructor Details

    • DefaultReporter

      public DefaultReporter(BiConsumer<org.junit.platform.engine.TestDescriptor,org.junit.platform.engine.reporting.ReportEntry> listener, org.junit.platform.engine.TestDescriptor descriptor)
  • Method Details

    • publishValue

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

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

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