| Package | Description |
|---|---|
| com.tngtech.jgiven.impl.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
ReflectionUtil.forEachSuperClass(Class<?> clazz,
ReflectionUtil.ClassAction action)
Iterates over all super classes of the given class (including the class itself)
and calls action.act() for these classes.
|
Copyright © 2014 TNG Technology Consulting. All rights reserved.