junitparams.internal.annotation
Class FrameworkMethodAnnotations

java.lang.Object
  extended by junitparams.internal.annotation.FrameworkMethodAnnotations

public class FrameworkMethodAnnotations
extends Object


Constructor Summary
FrameworkMethodAnnotations(org.junit.runners.model.FrameworkMethod frameworkMethod)
           
 
Method Summary
 Annotation[] allAnnotations()
           
<T extends Annotation>
T
getAnnotation(Class<T> annotationType)
           
 CustomParametersDescriptor getCustomParameters()
           
 boolean hasAnnotation(Class<? extends Annotation> annotation)
           
 boolean hasCustomParameters()
           
 boolean isParametrised()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameworkMethodAnnotations

public FrameworkMethodAnnotations(org.junit.runners.model.FrameworkMethod frameworkMethod)
Method Detail

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.