Package net.jqwik.engine.hooks.lifecycle
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 java.lang.Object implements net.jqwik.api.lifecycle.AroundPropertyHook
-
-
Constructor Summary
Constructors Constructor Description AutoCloseableHook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.jqwik.api.lifecycle.PropertyExecutionResultaroundProperty(net.jqwik.api.lifecycle.PropertyLifecycleContext context, net.jqwik.api.lifecycle.PropertyExecutor property)intaroundPropertyProximity()net.jqwik.api.lifecycle.PropagationModepropagateTo()
-
-
-
Method Detail
-
aroundProperty
public net.jqwik.api.lifecycle.PropertyExecutionResult aroundProperty(net.jqwik.api.lifecycle.PropertyLifecycleContext context, net.jqwik.api.lifecycle.PropertyExecutor property) throws java.lang.Throwable- Specified by:
aroundPropertyin interfacenet.jqwik.api.lifecycle.AroundPropertyHook- Throws:
java.lang.Throwable
-
propagateTo
public net.jqwik.api.lifecycle.PropagationMode propagateTo()
- Specified by:
propagateToin interfacenet.jqwik.api.lifecycle.LifecycleHook
-
aroundPropertyProximity
public int aroundPropertyProximity()
- Specified by:
aroundPropertyProximityin interfacenet.jqwik.api.lifecycle.AroundPropertyHook
-
-