Class ArrayReportingFormat

  • All Implemented Interfaces:
    java.lang.Comparable<net.jqwik.api.SampleReportingFormat>, net.jqwik.api.SampleReportingFormat

    public class ArrayReportingFormat
    extends java.lang.Object
    implements net.jqwik.api.SampleReportingFormat
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface net.jqwik.api.SampleReportingFormat

        net.jqwik.api.SampleReportingFormat.SampleReportingFormatFacade
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean appliesTo​(java.lang.Object value)  
      java.util.Optional<java.lang.String> label​(java.lang.Object value)  
      java.lang.Object report​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.jqwik.api.SampleReportingFormat

        compareTo, priority
    • Constructor Detail

      • ArrayReportingFormat

        public ArrayReportingFormat()
    • Method Detail

      • appliesTo

        public boolean appliesTo​(java.lang.Object value)
        Specified by:
        appliesTo in interface net.jqwik.api.SampleReportingFormat
      • report

        public java.lang.Object report​(java.lang.Object value)
        Specified by:
        report in interface net.jqwik.api.SampleReportingFormat
      • label

        public java.util.Optional<java.lang.String> label​(java.lang.Object value)
        Specified by:
        label in interface net.jqwik.api.SampleReportingFormat