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

  /external/junit-params/src/main/java/junitparams/internal/parameters/
ParametersFromCustomProvider.java 7 import junitparams.internal.annotation.FrameworkMethodAnnotations;
11 private final FrameworkMethodAnnotations frameworkMethodAnnotations;
14 frameworkMethodAnnotations = new FrameworkMethodAnnotations(frameworkMethod);
19 return frameworkMethodAnnotations.hasCustomParameters();
24 CustomParametersDescriptor parameters = frameworkMethodAnnotations.getCustomParameters();
  /external/junit-params/src/main/java/junitparams/internal/annotation/
FrameworkMethodAnnotations.java 10 public class FrameworkMethodAnnotations {
14 public FrameworkMethodAnnotations(FrameworkMethod frameworkMethod) {
  /external/junit-params/src/main/java/junitparams/internal/
TestMethod.java 15 import junitparams.internal.annotation.FrameworkMethodAnnotations;
27 private FrameworkMethodAnnotations frameworkMethodAnnotations;
37 frameworkMethodAnnotations = new FrameworkMethodAnnotations(method);
89 return frameworkMethodAnnotations.hasAnnotation(Ignore.class);
101 return frameworkMethodAnnotations.getAnnotation(annotationType);
115 testClass, name(), frameworkMethodAnnotations.allAnnotations());
181 return frameworkMethodAnnotations.isParametrised();

Completed in 187 milliseconds