Classes in org.junit.runners.model that implement Annotatable |
class |
FrameworkField
Represents a field on a test class (currently used only for Rules in
BlockJUnit4ClassRunner , but custom runners can make other uses) |
class |
FrameworkMember<T extends FrameworkMember<T>>
Parent class for FrameworkField and FrameworkMethod |
class |
FrameworkMethod
Represents a method on a test class to be invoked at the appropriate point in
test execution. |
class |
TestClass
Wraps a class to be run, providing method validation and annotation searching |