Uses of Interface
org.junit.runners.model.Annotatable
-
Packages that use Annotatable Package Description org.junit.runners.model -
-
Uses of Annotatable in org.junit.runners.model
Classes in org.junit.runners.model that implement Annotatable Modifier and Type Class Description class
FrameworkField
Represents a field on a test class (currently used only for Rules inBlockJUnit4ClassRunner
, but custom runners can make other uses)class
FrameworkMember<T extends FrameworkMember<T>>
Parent class forFrameworkField
andFrameworkMethod
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
-