Package net.jqwik.api.lifecycle
Schnittstelle ResolveParameterHook.ParameterSupplier
- Umschließende Schnittstelle:
ResolveParameterHook
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
A functional interface specialized on providing parameters to property methods
and to annotated lifecycle methods.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungget
(Optional<TryLifecycleContext> optionalTry) Supply the requested parameter.
-
Methodendetails
-
get
Supply the requested parameter. For the sameoptionalTry
the same object must be returned if this object has state that could change its behaviour.- Parameter:
optionalTry
- Contains a TryLifecycleContext instance if used to supply a property method's parameter. Otherwise it's empty.- Gibt zurück:
- the freshly generated object or one stored for the same context
-