Uses of Annotation Interface
org.junit.validator.ValidateWith
Packages that use ValidateWith
Package
Description
Provides classes used to describe, collect, run and analyze multiple tests.
-
Uses of ValidateWith in org.junit.experimental.categories
Classes in org.junit.experimental.categories with annotations of type ValidateWithModifier and TypeClassDescription@interfaceMarks a test class or test method as belonging to one or more categories of tests. -
Uses of ValidateWith in org.junit.runner
Classes in org.junit.runner with annotations of type ValidateWith -
Uses of ValidateWith in org.junit.validator
Fields in org.junit.validator with type parameters of type ValidateWithModifier and TypeFieldDescriptionprivate static final ConcurrentHashMap<ValidateWith, AnnotationValidator> AnnotationValidatorFactory.VALIDATORS_FOR_ANNOTATION_TYPESMethods in org.junit.validator with parameters of type ValidateWithModifier and TypeMethodDescriptionAnnotationValidatorFactory.createAnnotationValidator(ValidateWith validateWithAnnotation) Creates the AnnotationValidator specified by the value inValidateWith.