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 Modifier Constructor Description private
MethodValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Iterable<FrameworkMethod>
getAnnotatablesForTestClass(TestClass testClass)
(package private) java.util.List<java.lang.Exception>
validateAnnotatable(AnnotationValidator validator, FrameworkMethod method)
-
Methods inherited from class org.junit.validator.AnnotationsValidator.AnnotatableValidator
validateTestClass
-
-
-
-
Method Detail
-
getAnnotatablesForTestClass
java.lang.Iterable<FrameworkMethod> getAnnotatablesForTestClass(TestClass testClass)
- Specified by:
getAnnotatablesForTestClass
in classAnnotationsValidator.AnnotatableValidator<FrameworkMethod>
-
validateAnnotatable
java.util.List<java.lang.Exception> validateAnnotatable(AnnotationValidator validator, FrameworkMethod method)
- Specified by:
validateAnnotatable
in classAnnotationsValidator.AnnotatableValidator<FrameworkMethod>
-
-