Package net.jqwik.engine.execution
Class GenerationInfo
java.lang.Object
net.jqwik.engine.execution.GenerationInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGenerationInfo(String randomSeed) GenerationInfo(String randomSeed, int generationIndex) -
Method Summary
Modifier and TypeMethodDescriptionappendShrinkingSequence(List<net.jqwik.api.lifecycle.TryExecutionResult.Status> toAppend) booleangenerateOn(ParametersGenerator generator, net.jqwik.api.lifecycle.TryLifecycleContext context) intinthashCode()toString()
-
Field Details
-
NULL
-
-
Constructor Details
-
GenerationInfo
-
GenerationInfo
-
-
Method Details
-
appendShrinkingSequence
public GenerationInfo appendShrinkingSequence(List<net.jqwik.api.lifecycle.TryExecutionResult.Status> toAppend) -
randomSeed
-
generationIndex
public int generationIndex() -
generateOn
public Optional<List<net.jqwik.api.Shrinkable<Object>>> generateOn(ParametersGenerator generator, net.jqwik.api.lifecycle.TryLifecycleContext context) -
shrinkingSequences
-
equals
-
hashCode
public int hashCode() -
toString
-