Uses of Class
org.junit.runners.model.FrameworkMember
Packages that use FrameworkMember
-
Uses of FrameworkMember in org.junit.runners.model
Classes in org.junit.runners.model with type parameters of type FrameworkMemberModifier and TypeClassDescriptionclassFrameworkMember<T extends FrameworkMember<T>>Parent class forFrameworkFieldandFrameworkMethodSubclasses of FrameworkMember in org.junit.runners.modelModifier and TypeClassDescriptionclassRepresents a field on a test class (currently used only for Rules inBlockJUnit4ClassRunner, but custom runners can make other uses)classRepresents a method on a test class to be invoked at the appropriate point in test execution.Methods in org.junit.runners.model with type parameters of type FrameworkMemberModifier and TypeMethodDescriptionprotected static <T extends FrameworkMember<T>>
voidTestClass.addToAnnotationLists(T member, Map<Class<? extends Annotation>, List<T>> map) Methods in org.junit.runners.model with parameters of type FrameworkMemberModifier and TypeMethodDescriptionvoidMemberValueConsumer.accept(FrameworkMember<?> member, T value) Receives the next value and its declaring member.