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 classFrameworkFieldRepresents a field on a test class (currently used only for Rules inBlockJUnit4ClassRunner, but custom runners can make other uses)classFrameworkMember<T extends FrameworkMember<T>>Parent class forFrameworkFieldandFrameworkMethodclassFrameworkMethodRepresents a method on a test class to be invoked at the appropriate point in test execution.classTestClassWraps a class to be run, providing method validation and annotation searching
-