Uses of Class
org.junit.validator.AnnotationValidator

Packages that use AnnotationValidator
org.junit.experimental.categories   
org.junit.validator   
 

Uses of AnnotationValidator in org.junit.experimental.categories
 

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

Uses of AnnotationValidator in org.junit.validator
 

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



Copyright © 2002–2019 JUnit. All rights reserved.