Package net.jqwik.engine.properties
Interface ForAllParametersGenerator
-
- All Superinterfaces:
java.util.Iterator<java.util.List<net.jqwik.api.Shrinkable<java.lang.Object>>>
- All Known Implementing Classes:
DataBasedShrinkablesGenerator,ExhaustiveShrinkablesGenerator,RandomizedShrinkablesGenerator,SampleOnlyShrinkablesGenerator
public interface ForAllParametersGenerator extends java.util.Iterator<java.util.List<net.jqwik.api.Shrinkable<java.lang.Object>>>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ForAllParametersGeneratorandThen(java.util.function.Supplier<ForAllParametersGenerator> generatorCreator)default intedgeCasesTotal()default intedgeCasesTried()
-
-
-
Method Detail
-
andThen
default ForAllParametersGenerator andThen(java.util.function.Supplier<ForAllParametersGenerator> generatorCreator)
-
edgeCasesTotal
default int edgeCasesTotal()
-
edgeCasesTried
default int edgeCasesTried()
-
-