Package net.jqwik.api.lifecycle
Interface ShrunkFalsifiedSample
- 
- All Superinterfaces:
 FalsifiedSample
@API(status=EXPERIMENTAL, since="1.3.5") public interface ShrunkFalsifiedSample extends FalsifiedSampleA 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 intcountShrinkingSteps()- 
Methods inherited from interface net.jqwik.api.lifecycle.FalsifiedSample
falsifyingError, parameters, shrinkables 
 - 
 
 -