Package net.jqwik.engine.hooks.lifecycle
Klasse PropertyLifecycleMethodsHook
java.lang.Object
net.jqwik.engine.hooks.lifecycle.PropertyLifecycleMethodsHook
- Alle implementierten Schnittstellen:
net.jqwik.api.lifecycle.AroundPropertyHook,net.jqwik.api.lifecycle.LifecycleHook
public class PropertyLifecycleMethodsHook
extends Object
implements net.jqwik.api.lifecycle.AroundPropertyHook
-
Feldübersicht
Von Schnittstelle geerbte Felder net.jqwik.api.lifecycle.AroundPropertyHook
BASE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanappliesTo(Optional<AnnotatedElement> element) net.jqwik.api.lifecycle.PropertyExecutionResultaroundProperty(net.jqwik.api.lifecycle.PropertyLifecycleContext context, net.jqwik.api.lifecycle.PropertyExecutor property) intnet.jqwik.api.lifecycle.PropagationModeVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden net.jqwik.api.lifecycle.AroundPropertyHook
compareTo
-
Konstruktordetails
-
PropertyLifecycleMethodsHook
public PropertyLifecycleMethodsHook()
-
-
Methodendetails
-
propagateTo
public net.jqwik.api.lifecycle.PropagationMode propagateTo()- Angegeben von:
propagateToin Schnittstellenet.jqwik.api.lifecycle.LifecycleHook
-
appliesTo
- Angegeben von:
appliesToin Schnittstellenet.jqwik.api.lifecycle.LifecycleHook
-
aroundPropertyProximity
public int aroundPropertyProximity()- Angegeben von:
aroundPropertyProximityin Schnittstellenet.jqwik.api.lifecycle.AroundPropertyHook
-
aroundProperty
public net.jqwik.api.lifecycle.PropertyExecutionResult aroundProperty(net.jqwik.api.lifecycle.PropertyLifecycleContext context, net.jqwik.api.lifecycle.PropertyExecutor property) - Angegeben von:
aroundPropertyin Schnittstellenet.jqwik.api.lifecycle.AroundPropertyHook
-