@Target(value=PARAMETER)
@Documented
public @interface RangeEnum
Benchmark
method.Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends java.lang.Enum<?>> |
value
An
Enum that contains the range of values that will be
supplied to the test method. |