Package net.jqwik.engine.execution
Interface ParametersGenerator
- All Known Implementing Classes:
AfterFailureParametersGenerator,ResolvingParametersGenerator
public interface ParametersGenerator
-
Method Summary
Modifier and TypeMethodDescriptionintintgenerationInfo(String randomSeed) booleanhasNext()next(net.jqwik.api.lifecycle.TryLifecycleContext context) voidreset()
-
Method Details
-
hasNext
boolean hasNext() -
next
-
edgeCasesTotal
int edgeCasesTotal() -
edgeCasesTried
int edgeCasesTried() -
generationInfo
-
reset
void reset()
-