Class ResolvingParametersGenerator

    • 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
      int edgeCasesTotal()  
      int edgeCasesTried()  
      boolean hasNext()  
      java.util.List<net.jqwik.api.Shrinkable<java.lang.Object>> next​(net.jqwik.api.lifecycle.TryLifecycleContext tryLifecycleContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResolvingParametersGenerator

        public ResolvingParametersGenerator​(java.util.List<MethodParameter> propertyParameters,
                                            ForAllParametersGenerator forAllParametersGenerator,
                                            net.jqwik.api.lifecycle.ResolveParameterHook resolveParameterHook,
                                            net.jqwik.api.lifecycle.PropertyLifecycleContext propertyLifecycleContext)