Package net.jqwik.api.lifecycle
Schnittstelle PropertyLifecycleContext
- Alle Superschnittstellen:
LifecycleContext
,MethodLifecycleContext
@API(status=MAINTAINED,
since="1.4.0")
public interface PropertyLifecycleContext
extends MethodLifecycleContext
The context information of a property or example.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungAn object to query, set or change a property method's attributes.The extended label contains additional information about the current container class.Von Schnittstelle geerbte Methoden net.jqwik.api.lifecycle.LifecycleContext
findAnnotation, findAnnotationsInContainer, findRepeatableAnnotations, label, newInstance, optionalContainerClass, optionalElement, reporter, resolveParameter, wrapReporter
Von Schnittstelle geerbte Methoden net.jqwik.api.lifecycle.MethodLifecycleContext
containerClass, targetMethod, testInstance, testInstances
-
Methodendetails
-
extendedLabel
The extended label contains additional information about the current container class.- Gibt zurück:
- a String
-
attributes
An object to query, set or change a property method's attributes.- Gibt zurück:
- the attributes holder
-