Home
last modified time | relevance | path

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

/external/junit-params/src/main/java/junitparams/internal/
DInvokeParameterisedMethod.java12 import junitparams.converters.ParamAnnotation;
156 if (ParamAnnotation.matches(annotation)) { in castParameterUsingConverter()
157 return ParamAnnotation.convert(annotation, param); in castParameterUsingConverter()
/external/junit-params/src/main/java/junitparams/converters/
DParamAnnotation.java5 public class ParamAnnotation { class