|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MemberValueConsumer | |
---|---|
org.junit.runners.model |
Uses of MemberValueConsumer in org.junit.runners.model |
---|
Methods in org.junit.runners.model with parameters of type MemberValueConsumer | ||
---|---|---|
|
TestClass.collectAnnotatedFieldValues(Object test,
Class<? extends Annotation> annotationClass,
Class<T> valueClass,
MemberValueConsumer<T> consumer)
Finds the fields annotated with the specified annotation and having the specified type, retrieves the values and passes those to the specified consumer. |
|
|
TestClass.collectAnnotatedMethodValues(Object test,
Class<? extends Annotation> annotationClass,
Class<T> valueClass,
MemberValueConsumer<T> consumer)
Finds the methods annotated with the specified annotation and returning the specified type, invokes it and pass the return value to the specified consumer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |