Uses of Class
org.junit.runners.model.FrameworkMember
Packages that use FrameworkMember | |
---|---|
org.junit.runners.model |
Uses of FrameworkMember in org.junit.runners.model |
---|
Classes in org.junit.runners.model with type parameters of type FrameworkMember | |
---|---|
class |
FrameworkMember<T extends FrameworkMember<T>> Parent class for FrameworkField and FrameworkMethod |
Subclasses of FrameworkMember in org.junit.runners.model | |
---|---|
class |
FrameworkField Represents a field on a test class (currently used only for Rules in BlockJUnit4ClassRunner , 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 | ||
---|---|---|
protected static
|
TestClass.addToAnnotationLists(T member, Map<Class<? extends Annotation>,List<T>> map) |
Methods in org.junit.runners.model with parameters of type FrameworkMember | |
---|---|
void |
MemberValueConsumer.accept(FrameworkMember<?> member, T value) Receives the next value and its declaring member. |