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:
-
Method Summary
Methods inherited from interface net.jqwik.api.lifecycle.FalsifiedSample
falsifyingError, footnotes, parameters, shrinkables
-
Method Details
-
countShrinkingSteps
int countShrinkingSteps()- Returns:
- number of steps needed to shrink from original sample to this one
-