Klasse OptionalReportingFormat

java.lang.Object
net.jqwik.engine.execution.reporting.OptionalReportingFormat
Alle implementierten Schnittstellen:
Comparable<net.jqwik.api.SampleReportingFormat>, net.jqwik.api.SampleReportingFormat

public class OptionalReportingFormat extends Object implements net.jqwik.api.SampleReportingFormat
  • Konstruktordetails

    • OptionalReportingFormat

      public OptionalReportingFormat()
  • Methodendetails

    • appliesTo

      public boolean appliesTo(Object value)
      Angegeben von:
      appliesTo in Schnittstelle net.jqwik.api.SampleReportingFormat
    • report

      public Object report(Object value)
      Angegeben von:
      report in Schnittstelle net.jqwik.api.SampleReportingFormat
    • label

      public Optional<String> label(Object value)
      Angegeben von:
      label in Schnittstelle net.jqwik.api.SampleReportingFormat