Searched refs:ParamAnnotation (Results 1 – 2 of 2) sorted by relevance
12 import junitparams.converters.ParamAnnotation;156 if (ParamAnnotation.matches(annotation)) { in castParameterUsingConverter()157 return ParamAnnotation.convert(annotation, param); in castParameterUsingConverter()
5 public class ParamAnnotation { class