Searched refs:parameter (Results 1 – 2 of 2) sorted by relevance
110 Annotation parameter = field.getAnnotation(Parameter.class); in injectParametersIntoFields() local111 if (parameter != null) { in injectParametersIntoFields()112 int index = (int) parameter.annotationType().getMethod("value").invoke(parameter); in injectParametersIntoFields()
72 To run the same test multiple times with different parameter values, add an argument to the98 The test method will be invoked with each of the parameter values in turn, passed in as the single