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