Class SampleReporter
- java.lang.Object
-
- net.jqwik.engine.execution.reporting.SampleReporter
-
public class SampleReporter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_LINE_LENGTH
-
Constructor Summary
Constructors Constructor Description SampleReporter(java.lang.String headline, java.util.Map<java.lang.String,java.lang.Object> reports)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.Object>createSampleReports(java.lang.reflect.Method propertyMethod, java.util.List<java.lang.Object> sample)
-
-
-
Field Detail
-
MAX_LINE_LENGTH
public static final int MAX_LINE_LENGTH
- See Also:
- Constant Field Values
-
-