Package net.jqwik.engine.execution
Interface ParametersGenerator
-
- All Known Implementing Classes:
ResolvingParametersGenerator
public interface ParametersGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intedgeCasesTotal()intedgeCasesTried()booleanhasNext()java.util.List<net.jqwik.api.Shrinkable<java.lang.Object>>next(net.jqwik.api.lifecycle.TryLifecycleContext context)
-