Uses of Class
org.junit.runners.model.FrameworkMember
-
Packages that use FrameworkMember Package Description org.junit.runners.model -
-
Uses of FrameworkMember in org.junit.runners.model
Classes in org.junit.runners.model with type parameters of type FrameworkMember Modifier and Type Class Description class
FrameworkMember<T extends FrameworkMember<T>>
Parent class forFrameworkField
andFrameworkMethod
Subclasses of FrameworkMember in org.junit.runners.model Modifier and Type Class Description class
FrameworkField
Represents a field on a test class (currently used only for Rules inBlockJUnit4ClassRunner
, but custom runners can make other uses)class
FrameworkMethod
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 FrameworkMember Modifier and Type Method Description protected static <T extends FrameworkMember<T>>
voidTestClass. addToAnnotationLists(T member, java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.util.List<T>> map)
Methods in org.junit.runners.model with parameters of type FrameworkMember Modifier and Type Method Description void
MemberValueConsumer. accept(FrameworkMember<?> member, T value)
Receives the next value and its declaring member.
-