Package org.junit.validator
Class AnnotationsValidator.ClassValidator
java.lang.Object
org.junit.validator.AnnotationsValidator.AnnotatableValidator<TestClass>
org.junit.validator.AnnotationsValidator.ClassValidator
- Enclosing class:
AnnotationsValidator
private static class AnnotationsValidator.ClassValidator
extends AnnotationsValidator.AnnotatableValidator<TestClass>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAnnotatablesForTestClass
(TestClass testClass) validateAnnotatable
(AnnotationValidator validator, TestClass testClass) Methods inherited from class org.junit.validator.AnnotationsValidator.AnnotatableValidator
validateTestClass
-
Constructor Details
-
ClassValidator
private ClassValidator()
-
-
Method Details
-
getAnnotatablesForTestClass
- Specified by:
getAnnotatablesForTestClass
in classAnnotationsValidator.AnnotatableValidator<TestClass>
-
validateAnnotatable
- Specified by:
validateAnnotatable
in classAnnotationsValidator.AnnotatableValidator<TestClass>
-