Searched refs:customParameters (Results 1 – 2 of 2) sorted by relevance
40 CustomParameters customParameters = frameworkMethod.getAnnotation(CustomParameters.class); in getCustomParameters() local41 if (customParameters != null) { in getCustomParameters()42 return new CustomParametersDescriptor(customParameters); in getCustomParameters()46 customParameters = annotation.annotationType().getAnnotation(CustomParameters.class); in getCustomParameters()47 if (customParameters != null) { in getCustomParameters()48 return new CustomParametersDescriptor(customParameters, annotation); in getCustomParameters()
14 public CustomParametersDescriptor(CustomParameters customParameters) { in CustomParametersDescriptor() argument15 this(customParameters, customParameters); in CustomParametersDescriptor()18 …public CustomParametersDescriptor(CustomParameters customParameters, Annotation customAnnotation) { in CustomParametersDescriptor() argument19 this.provider = customParameters.provider(); in CustomParametersDescriptor()