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 TypeClassDescriptionclass
FrameworkMember<T extends FrameworkMember<T>>
Parent class forFrameworkField
andFrameworkMethod
Subclasses of FrameworkMember in org.junit.runners.modelModifier and TypeClassDescriptionclass
Represents a field on a test class (currently used only for Rules inBlockJUnit4ClassRunner
, but custom runners can make other uses)class
Represents 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 TypeMethodDescriptionvoid
MemberValueConsumer.accept
(FrameworkMember<?> member, T value) Receives the next value and its declaring member.