Class PropertyLifecycleMethodsHook

  • All Implemented Interfaces:
    net.jqwik.api.lifecycle.AroundPropertyHook, net.jqwik.api.lifecycle.LifecycleHook

    public class PropertyLifecycleMethodsHook
    extends java.lang.Object
    implements net.jqwik.api.lifecycle.AroundPropertyHook
    • Field Summary

      • Fields inherited from interface net.jqwik.api.lifecycle.AroundPropertyHook

        BASE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean appliesTo​(java.util.Optional<java.lang.reflect.AnnotatedElement> element)  
      net.jqwik.api.lifecycle.PropertyExecutionResult aroundProperty​(net.jqwik.api.lifecycle.PropertyLifecycleContext context, net.jqwik.api.lifecycle.PropertyExecutor property)  
      int aroundPropertyProximity()  
      net.jqwik.api.lifecycle.PropagationMode propagateTo()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.jqwik.api.lifecycle.AroundPropertyHook

        compareTo
    • Constructor Detail

      • PropertyLifecycleMethodsHook

        public PropertyLifecycleMethodsHook()
    • Method Detail

      • propagateTo

        public net.jqwik.api.lifecycle.PropagationMode propagateTo()
        Specified by:
        propagateTo in interface net.jqwik.api.lifecycle.LifecycleHook
      • appliesTo

        public boolean appliesTo​(java.util.Optional<java.lang.reflect.AnnotatedElement> element)
        Specified by:
        appliesTo in interface net.jqwik.api.lifecycle.LifecycleHook
      • aroundPropertyProximity

        public int aroundPropertyProximity()
        Specified by:
        aroundPropertyProximity in interface net.jqwik.api.lifecycle.AroundPropertyHook
      • aroundProperty

        public net.jqwik.api.lifecycle.PropertyExecutionResult aroundProperty​(net.jqwik.api.lifecycle.PropertyLifecycleContext context,
                                                                              net.jqwik.api.lifecycle.PropertyExecutor property)
        Specified by:
        aroundProperty in interface net.jqwik.api.lifecycle.AroundPropertyHook