Uses of Interface
com.tngtech.jgiven.impl.util.ReflectionUtil.MethodAction

Packages that use ReflectionUtil.MethodAction
com.tngtech.jgiven.impl.util   
 

Uses of ReflectionUtil.MethodAction in com.tngtech.jgiven.impl.util
 

Methods in com.tngtech.jgiven.impl.util with parameters of type ReflectionUtil.MethodAction
static void ReflectionUtil.forEachMethod(Object object, Class<?> clazz, Class<? extends Annotation> annotation, ReflectionUtil.MethodAction action)
          Iterates over all methods of the given class and all its super classes and calls action.act() for the methods that are annotated with the given annotation.
 



Copyright © 2014 TNG Technology Consulting. All rights reserved.