Home
last modified time | relevance | path

Searched defs:customParameters (Results 1 – 2 of 2) sorted by relevance

/external/junit-params/src/main/java/junitparams/internal/annotation/
DCustomParametersDescriptor.java14 public CustomParametersDescriptor(CustomParameters customParameters) { in CustomParametersDescriptor()
18 …public CustomParametersDescriptor(CustomParameters customParameters, Annotation customAnnotation) { in CustomParametersDescriptor()
DFrameworkMethodAnnotations.java40 CustomParameters customParameters = frameworkMethod.getAnnotation(CustomParameters.class); in getCustomParameters() local