Class AutoCloseableHook

java.lang.Object
net.jqwik.engine.hooks.lifecycle.AutoCloseableHook
All Implemented Interfaces:
net.jqwik.api.lifecycle.AroundPropertyHook, net.jqwik.api.lifecycle.LifecycleHook

public class AutoCloseableHook extends Object implements net.jqwik.api.lifecycle.AroundPropertyHook
  • Field Summary

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

    BASE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.jqwik.api.lifecycle.PropertyExecutionResult
    aroundProperty(net.jqwik.api.lifecycle.PropertyLifecycleContext context, net.jqwik.api.lifecycle.PropertyExecutor property)
     
    int
     
    net.jqwik.api.lifecycle.PropagationMode
     

    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

    Methods inherited from interface net.jqwik.api.lifecycle.LifecycleHook

    appliesTo
  • Constructor Details

    • AutoCloseableHook

      public AutoCloseableHook()
  • Method Details

    • aroundProperty

      public net.jqwik.api.lifecycle.PropertyExecutionResult aroundProperty(net.jqwik.api.lifecycle.PropertyLifecycleContext context, net.jqwik.api.lifecycle.PropertyExecutor property) throws Throwable
      Specified by:
      aroundProperty in interface net.jqwik.api.lifecycle.AroundPropertyHook
      Throws:
      Throwable
    • propagateTo

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

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