Home
last modified time | relevance | path

Searched refs:frameworkMethodAnnotations (Results 1 – 2 of 2) sorted by relevance

/external/junit-params/src/main/java/junitparams/internal/parameters/
DParametersFromCustomProvider.java11 private final FrameworkMethodAnnotations frameworkMethodAnnotations; field in ParametersFromCustomProvider
14 frameworkMethodAnnotations = new FrameworkMethodAnnotations(frameworkMethod); in ParametersFromCustomProvider()
19 return frameworkMethodAnnotations.hasCustomParameters(); in isApplicable()
24 CustomParametersDescriptor parameters = frameworkMethodAnnotations.getCustomParameters(); in getParameters()
/external/junit-params/src/main/java/junitparams/internal/
DTestMethod.java27 private FrameworkMethodAnnotations frameworkMethodAnnotations; field in TestMethod
37 frameworkMethodAnnotations = new FrameworkMethodAnnotations(method); in TestMethod()
89 return frameworkMethodAnnotations.hasAnnotation(Ignore.class); in hasIgnoredAnnotation()
101 return frameworkMethodAnnotations.getAnnotation(annotationType); in getAnnotation()
115 testClass, name(), frameworkMethodAnnotations.allAnnotations()); in describableFrameworkMethod()
181 return frameworkMethodAnnotations.isParametrised(); in isParameterised()