Searched refs:frameworkMethodAnnotations (Results 1 – 2 of 2) sorted by relevance
11 private final FrameworkMethodAnnotations frameworkMethodAnnotations; field in ParametersFromCustomProvider14 frameworkMethodAnnotations = new FrameworkMethodAnnotations(frameworkMethod); in ParametersFromCustomProvider()19 return frameworkMethodAnnotations.hasCustomParameters(); in isApplicable()24 CustomParametersDescriptor parameters = frameworkMethodAnnotations.getCustomParameters(); in getParameters()
27 private FrameworkMethodAnnotations frameworkMethodAnnotations; field in TestMethod37 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()