| Package | Description |
|---|---|
| org.junit.runners.model |
| Modifier and Type | Class and Description |
|---|---|
class |
FrameworkMember<T extends FrameworkMember<T>>
Parent class for
FrameworkField and FrameworkMethod |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends FrameworkMember<T>> |
TestClass.addToAnnotationLists(T member,
Map<Class<? extends Annotation>,List<T>> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemberValueConsumer.accept(FrameworkMember<?> member,
T value)
Receives the next value and its declaring member.
|
Copyright © 2002–2020 JUnit. All rights reserved.