HomeSort by relevance Sort by last modified time
    Searched refs:CustomParametersDescriptor (Results 1 - 3 of 3) sorted by null

  /external/junit-params/src/main/java/junitparams/internal/annotation/
CustomParametersDescriptor.java 8 public class CustomParametersDescriptor {
14 public CustomParametersDescriptor(CustomParameters customParameters) {
18 public CustomParametersDescriptor(CustomParameters customParameters, Annotation customAnnotation) {
FrameworkMethodAnnotations.java 39 public CustomParametersDescriptor getCustomParameters() {
42 return new CustomParametersDescriptor(customParameters);
48 return new CustomParametersDescriptor(customParameters, annotation);
  /external/junit-params/src/main/java/junitparams/internal/parameters/
ParametersFromCustomProvider.java 6 import junitparams.internal.annotation.CustomParametersDescriptor;
24 CustomParametersDescriptor parameters = frameworkMethodAnnotations.getCustomParameters();

Completed in 64 milliseconds