public class FrameworkMethodAnnotations extends Object
| Constructor and Description |
|---|
FrameworkMethodAnnotations(org.junit.runners.model.FrameworkMethod frameworkMethod) |
| Modifier and Type | Method and Description |
|---|---|
Annotation[] |
allAnnotations() |
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
CustomParametersDescriptor |
getCustomParameters() |
boolean |
hasAnnotation(Class<? extends Annotation> annotation) |
boolean |
hasCustomParameters() |
boolean |
isParametrised() |
public FrameworkMethodAnnotations(org.junit.runners.model.FrameworkMethod frameworkMethod)
public boolean isParametrised()
public Annotation[] allAnnotations()
public <T extends Annotation> T getAnnotation(Class<T> annotationType)
public boolean hasAnnotation(Class<? extends Annotation> annotation)
public boolean hasCustomParameters()
public CustomParametersDescriptor getCustomParameters()
Copyright © 2016 Pragmatists. All rights reserved.