Package | Description |
---|---|
org.junit.runners.model | |
org.junit.validator |
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 |
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
|
Modifier and Type | Class and Description |
---|---|
private static class |
AnnotationsValidator.AnnotatableValidator<T extends Annotatable> |