Package net.jqwik.api.lifecycle
Interface ParameterResolutionContext
-
@API(status=MAINTAINED, since="1.4.0") public interface ParameterResolutionContext
Experimental feature. Not ready for public usage yet.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
index()
java.lang.reflect.Parameter
parameter()
TypeUsage
typeUsage()
-
-
-
Method Detail
-
parameter
java.lang.reflect.Parameter parameter()
-
typeUsage
TypeUsage typeUsage()
-
index
int index()
-
-