Uses of Interface
org.junit.runners.model.MemberValueConsumer
Packages that use MemberValueConsumer
-
Uses of MemberValueConsumer in org.junit.runners
Classes in org.junit.runners that implement MemberValueConsumerModifier and TypeClassDescriptionprivate static class
private static class
-
Uses of MemberValueConsumer in org.junit.runners.model
Methods in org.junit.runners.model with parameters of type MemberValueConsumerModifier and TypeMethodDescription<T> void
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.<T> void
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.