Package net.jqwik.api.lifecycle
Interface PropertyExecutor
- 
@API(status=MAINTAINED, since="1.4.0") public interface PropertyExecutorObjects of this class represent a property's execution. This is used in AroundPropertyHook. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyExecutionResultexecute()Call to actually run the property, including all hooks that are "closer" (have a higher proximity) than the current hook. 
 - 
 
- 
- 
Method Detail
- 
execute
PropertyExecutionResult execute()
Call to actually run the property, including all hooks that are "closer" (have a higher proximity) than the current hook.- Returns:
 - The execution result
 
 
 - 
 
 -