public class AutoCloseableHook
extends java.lang.Object
implements net.jqwik.api.lifecycle.AroundPropertyHook
| Constructor and Description |
|---|
AutoCloseableHook() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public net.jqwik.api.lifecycle.PropertyExecutionResult aroundProperty(net.jqwik.api.lifecycle.PropertyLifecycleContext context,
net.jqwik.api.lifecycle.PropertyExecutor property)
throws java.lang.Throwable
aroundProperty in interface net.jqwik.api.lifecycle.AroundPropertyHookjava.lang.Throwablepublic net.jqwik.api.lifecycle.PropagationMode propagateTo()
propagateTo in interface net.jqwik.api.lifecycle.LifecycleHookpublic int aroundPropertyProximity()
aroundPropertyProximity in interface net.jqwik.api.lifecycle.AroundPropertyHook