Package net.jqwik.engine.execution
Class AfterFailureParametersGenerator
java.lang.Object
net.jqwik.engine.execution.AfterFailureParametersGenerator
- All Implemented Interfaces:
ParametersGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionAfterFailureParametersGenerator(net.jqwik.api.AfterFailureMode afterFailureMode, GenerationInfo previousFailureGeneration, ParametersGenerator parametersGenerator) -
Method Summary
Modifier and TypeMethodDescriptionintintgenerationInfo(String randomSeed) booleanhasNext()next(net.jqwik.api.lifecycle.TryLifecycleContext context) voidreset()
-
Constructor Details
-
AfterFailureParametersGenerator
public AfterFailureParametersGenerator(net.jqwik.api.AfterFailureMode afterFailureMode, GenerationInfo previousFailureGeneration, ParametersGenerator parametersGenerator)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceParametersGenerator
-
next
public List<net.jqwik.api.Shrinkable<Object>> next(net.jqwik.api.lifecycle.TryLifecycleContext context) - Specified by:
nextin interfaceParametersGenerator
-
edgeCasesTotal
public int edgeCasesTotal()- Specified by:
edgeCasesTotalin interfaceParametersGenerator
-
edgeCasesTried
public int edgeCasesTried()- Specified by:
edgeCasesTriedin interfaceParametersGenerator
-
generationInfo
- Specified by:
generationInfoin interfaceParametersGenerator
-
reset
public void reset()- Specified by:
resetin interfaceParametersGenerator
-