Uses of Interface
org.junit.runners.model.Annotatable
Packages that use Annotatable
-
Uses of Annotatable in org.junit.runners.model
Classes in org.junit.runners.model that implement AnnotatableModifier and TypeClassDescriptionclass
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
Represents a method on a test class to be invoked at the appropriate point in test execution.class
Wraps a class to be run, providing method validation and annotation searching -
Uses of Annotatable in org.junit.validator
Classes in org.junit.validator with type parameters of type AnnotatableModifier and TypeClassDescriptionprivate static class