Home
last modified time | relevance | path

Searched refs:parameter (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/runner/src/main/java/platform/test/runner/parameterized/
DParameterizedRunnerDelegate.java110 Annotation parameter = field.getAnnotation(Parameter.class); in injectParametersIntoFields() local
111 if (parameter != null) { in injectParametersIntoFields()
112 int index = (int) parameter.annotationType().getMethod("value").invoke(parameter); in injectParametersIntoFields()
/platform_testing/libraries/rdroidtest/
DREADME.md72 To run the same test multiple times with different parameter values, add an argument to the
98 The test method will be invoked with each of the parameter values in turn, passed in as the single