junitparams.internal.annotation
Class FrameworkMethodAnnotations
java.lang.Object
junitparams.internal.annotation.FrameworkMethodAnnotations
public class FrameworkMethodAnnotations
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FrameworkMethodAnnotations
public FrameworkMethodAnnotations(org.junit.runners.model.FrameworkMethod frameworkMethod)
isParametrised
public boolean isParametrised()
allAnnotations
public Annotation[] allAnnotations()
getAnnotation
public <T extends Annotation> T getAnnotation(Class<T> annotationType)
hasAnnotation
public boolean hasAnnotation(Class<? extends Annotation> annotation)
hasCustomParameters
public boolean hasCustomParameters()
getCustomParameters
public CustomParametersDescriptor getCustomParameters()
Copyright © 2017 Pragmatists. All rights reserved.