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
-
Field Summary
Fields inherited from interface net.jqwik.api.lifecycle.AroundPropertyHook
BASE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.jqwik.api.lifecycle.PropertyExecutionResultaroundProperty(net.jqwik.api.lifecycle.PropertyLifecycleContext context, net.jqwik.api.lifecycle.PropertyExecutor property) intnet.jqwik.api.lifecycle.PropagationModeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.jqwik.api.lifecycle.AroundPropertyHook
compareToMethods 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:
aroundPropertyin interfacenet.jqwik.api.lifecycle.AroundPropertyHook- Throws:
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
-