| Package | Description |
|---|---|
| com.tngtech.jgiven.impl.util |
| Modifier and Type | Method and Description |
|---|---|
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.