Searched refs:CustomParametersDescriptor (Results 1 – 3 of 3) sorted by relevance
8 public class CustomParametersDescriptor { class14 public CustomParametersDescriptor(CustomParameters customParameters) { in CustomParametersDescriptor() method in CustomParametersDescriptor18 …public CustomParametersDescriptor(CustomParameters customParameters, Annotation customAnnotation) { in CustomParametersDescriptor() method in CustomParametersDescriptor
39 public CustomParametersDescriptor getCustomParameters() { in getCustomParameters()42 return new CustomParametersDescriptor(customParameters); in getCustomParameters()48 return new CustomParametersDescriptor(customParameters, annotation); in getCustomParameters()
6 import junitparams.internal.annotation.CustomParametersDescriptor;24 CustomParametersDescriptor parameters = frameworkMethodAnnotations.getCustomParameters(); in getParameters()