Class ValueReport
java.lang.Object
net.jqwik.engine.execution.reporting.ValueReport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ValueReportof(Object value, Collection<net.jqwik.api.SampleReportingFormat> availableFormats) abstract voidreport(LineReporter lineReporter, int indentLevel, String appendix) abstract String
-
Constructor Details
-
ValueReport
-
-
Method Details
-
of
public static ValueReport of(Object value, Collection<net.jqwik.api.SampleReportingFormat> availableFormats) -
singleLineReport
-
report
-