Class CheckedPropertyFactory


  • public class CheckedPropertyFactory
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CheckedProperty fromDescriptor​(PropertyMethodDescriptor propertyMethodDescriptor, net.jqwik.api.lifecycle.PropertyLifecycleContext propertyLifecycleContext, net.jqwik.api.lifecycle.AroundTryHook aroundTry, net.jqwik.api.lifecycle.ResolveParameterHook parameterResolver)  
      • Methods inherited from class java.lang.Object

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

      • CheckedPropertyFactory

        public CheckedPropertyFactory()
    • Method Detail

      • fromDescriptor

        public CheckedProperty fromDescriptor​(PropertyMethodDescriptor propertyMethodDescriptor,
                                              net.jqwik.api.lifecycle.PropertyLifecycleContext propertyLifecycleContext,
                                              net.jqwik.api.lifecycle.AroundTryHook aroundTry,
                                              net.jqwik.api.lifecycle.ResolveParameterHook parameterResolver)