Package net.jqwik.api.lifecycle
Interface ShrunkFalsifiedSample
-
- All Superinterfaces:
FalsifiedSample
@API(status=EXPERIMENTAL, since="1.3.5") public interface ShrunkFalsifiedSample extends FalsifiedSample
A shrunk falsified sample is a FalsifiedSample that results from shrinking.- See Also:
PropertyExecutionResult.originalSample()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
countShrinkingSteps()
-
Methods inherited from interface net.jqwik.api.lifecycle.FalsifiedSample
falsifyingError, footnotes, parameters, shrinkables
-
-