Uses of Class
org.junit.validator.AnnotationValidator

Packages that use AnnotationValidator
org.junit.experimental.categories   
org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests. 
org.junit.validator   
 

 

Subclasses of AnnotationValidator in org.junit.experimental.categories
 class CategoryValidator
          Validates that there are no errors in the use of the Category annotation.
 

 

Subclasses of AnnotationValidator in org.junit.runner
 class OrderWithValidator
          Validates that there are no errors in the use of the OrderWith annotation.
 

 

Methods in org.junit.validator that return AnnotationValidator
 AnnotationValidator AnnotationValidatorFactory.createAnnotationValidator(ValidateWith validateWithAnnotation)
          Creates the AnnotationValidator specified by the value in ValidateWith.
 

Copyright © 2002–2021 JUnit. All rights reserved.