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) |
Copyright © 2002-2017 JUnit. All Rights Reserved.