private static class AnnotationsValidator.MethodValidator extends AnnotationsValidator.AnnotatableValidator<FrameworkMethod>
Modifier | Constructor and Description |
---|---|
private |
MethodValidator() |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.Iterable<FrameworkMethod> |
getAnnotatablesForTestClass(TestClass testClass) |
(package private) java.util.List<java.lang.Exception> |
validateAnnotatable(AnnotationValidator validator,
FrameworkMethod method) |
validateTestClass
java.lang.Iterable<FrameworkMethod> getAnnotatablesForTestClass(TestClass testClass)
getAnnotatablesForTestClass
in class AnnotationsValidator.AnnotatableValidator<FrameworkMethod>
java.util.List<java.lang.Exception> validateAnnotatable(AnnotationValidator validator, FrameworkMethod method)
validateAnnotatable
in class AnnotationsValidator.AnnotatableValidator<FrameworkMethod>