Package net.jqwik.engine.execution
Class PropertyMethodExecutor
- java.lang.Object
-
- net.jqwik.engine.execution.PropertyMethodExecutor
-
public class PropertyMethodExecutor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PropertyMethodExecutor(PropertyMethodDescriptor methodDescriptor, net.jqwik.api.lifecycle.PropertyLifecycleContext propertyLifecycleContext, boolean reportOnlyFailures)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.jqwik.api.lifecycle.PropertyExecutionResultexecute(LifecycleHooksSupplier lifecycleSupplier)
-
-
-
Constructor Detail
-
PropertyMethodExecutor
public PropertyMethodExecutor(PropertyMethodDescriptor methodDescriptor, net.jqwik.api.lifecycle.PropertyLifecycleContext propertyLifecycleContext, boolean reportOnlyFailures)
-
-
Method Detail
-
execute
public net.jqwik.api.lifecycle.PropertyExecutionResult execute(LifecycleHooksSupplier lifecycleSupplier)
-
-