public class PropertyMethodDataResolver extends java.lang.Object implements DataResolver
| Constructor and Description |
|---|
PropertyMethodDataResolver(java.lang.Class<?> containerClass,
java.lang.Object testInstance) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.lang.Iterable<? extends net.jqwik.api.Tuple>> |
forMethod(java.lang.reflect.Method method) |
public PropertyMethodDataResolver(java.lang.Class<?> containerClass,
java.lang.Object testInstance)
public java.util.Optional<java.lang.Iterable<? extends net.jqwik.api.Tuple>> forMethod(java.lang.reflect.Method method)
forMethod in interface DataResolver