public static class PerProperty.PerPropertyHook extends java.lang.Object implements AroundPropertyHook, ResolveParameterHook
ResolveParameterHook.ParameterSupplier
BASE
DO_NOT_RESOLVE
Constructor and Description |
---|
PerPropertyHook() |
Modifier and Type | Method and Description |
---|---|
PropertyExecutionResult |
aroundProperty(PropertyLifecycleContext context,
PropertyExecutor property) |
int |
aroundPropertyProximity() |
java.util.Optional<ResolveParameterHook.ParameterSupplier> |
resolve(ParameterResolutionContext parameterContext,
LifecycleContext lifecycleContext)
This method will be called only once per property, whereas the returned supplier's get method
is usually invoked for each try - and potentially more often during shrinking or when resolving
parameters in before/after methods.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compareTo
appliesTo, propagateTo
public PropertyExecutionResult aroundProperty(PropertyLifecycleContext context, PropertyExecutor property)
aroundProperty
in interface AroundPropertyHook
public int aroundPropertyProximity()
aroundPropertyProximity
in interface AroundPropertyHook
public java.util.Optional<ResolveParameterHook.ParameterSupplier> resolve(ParameterResolutionContext parameterContext, LifecycleContext lifecycleContext)
ResolveParameterHook
resolve
in interface ResolveParameterHook
parameterContext
- Contains information of parameter to resolvelifecycleContext
- Is never of type TryLifecycleContext at resolution time