Home
last modified time | relevance | path

Searched refs:CustomParametersDescriptor (Results 1 – 3 of 3) sorted by relevance

/external/junit-params/src/main/java/junitparams/internal/annotation/
DCustomParametersDescriptor.java8 public class CustomParametersDescriptor { class
14 public CustomParametersDescriptor(CustomParameters customParameters) { in CustomParametersDescriptor() method in CustomParametersDescriptor
18 …public CustomParametersDescriptor(CustomParameters customParameters, Annotation customAnnotation) { in CustomParametersDescriptor() method in CustomParametersDescriptor
DFrameworkMethodAnnotations.java39 public CustomParametersDescriptor getCustomParameters() { in getCustomParameters()
42 return new CustomParametersDescriptor(customParameters); in getCustomParameters()
48 return new CustomParametersDescriptor(customParameters, annotation); in getCustomParameters()
/external/junit-params/src/main/java/junitparams/internal/parameters/
DParametersFromCustomProvider.java6 import junitparams.internal.annotation.CustomParametersDescriptor;
24 CustomParametersDescriptor parameters = frameworkMethodAnnotations.getCustomParameters(); in getParameters()