Package net.jqwik.engine.execution
Class ResolvingParametersGenerator
- java.lang.Object
-
- net.jqwik.engine.execution.ResolvingParametersGenerator
-
- All Implemented Interfaces:
ParametersGenerator
public class ResolvingParametersGenerator extends java.lang.Object implements ParametersGenerator
-
-
Constructor Summary
Constructors Constructor Description ResolvingParametersGenerator(java.util.List<MethodParameter> propertyParameters, ForAllParametersGenerator forAllParametersGenerator, net.jqwik.api.lifecycle.ResolveParameterHook resolveParameterHook, net.jqwik.api.lifecycle.PropertyLifecycleContext propertyLifecycleContext)
-
Method Summary
All Methods Instance Methods Concrete 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 tryLifecycleContext)
-
-
-
Constructor Detail
-
ResolvingParametersGenerator
public ResolvingParametersGenerator(java.util.List<MethodParameter> propertyParameters, ForAllParametersGenerator forAllParametersGenerator, net.jqwik.api.lifecycle.ResolveParameterHook resolveParameterHook, net.jqwik.api.lifecycle.PropertyLifecycleContext propertyLifecycleContext)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceParametersGenerator
-
next
public java.util.List<net.jqwik.api.Shrinkable<java.lang.Object>> next(net.jqwik.api.lifecycle.TryLifecycleContext tryLifecycleContext)
- Specified by:
nextin interfaceParametersGenerator
-
edgeCasesTotal
public int edgeCasesTotal()
- Specified by:
edgeCasesTotalin interfaceParametersGenerator
-
edgeCasesTried
public int edgeCasesTried()
- Specified by:
edgeCasesTriedin interfaceParametersGenerator
-
-