org.jnario.runner.internal
Class ExtensionClass

java.lang.Object
  extended by org.jnario.runner.internal.ExtensionClass

public class ExtensionClass
extends Object

Author:
Sebastian Benz - Initial contribution and API

Constructor Summary
ExtensionClass(org.junit.runners.model.FrameworkField extensionField)
           
 
Method Summary
 List<org.junit.runners.model.FrameworkMethod> allMethodsWithAnnotation(Class<? extends Annotation> annotationType)
           
 Object get(Object target)
           
 List<org.junit.runners.model.FrameworkMethod> getAnnotatedMethods(Class<? extends Annotation> annotationClass)
           
 String getName()
           
 boolean isStatic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionClass

public ExtensionClass(org.junit.runners.model.FrameworkField extensionField)
Method Detail

getAnnotatedMethods

public List<org.junit.runners.model.FrameworkMethod> getAnnotatedMethods(Class<? extends Annotation> annotationClass)

get

public Object get(Object target)
           throws IllegalArgumentException,
                  IllegalAccessException
Throws:
IllegalArgumentException
IllegalAccessException

allMethodsWithAnnotation

public List<org.junit.runners.model.FrameworkMethod> allMethodsWithAnnotation(Class<? extends Annotation> annotationType)

getName

public String getName()

isStatic

public boolean isStatic()


Copyright © 2012-2013 BMW Car IT. All Rights Reserved.