Home
last modified time | relevance | path

Searched refs:getAnnotatablesForTestClass (Results 1 – 1 of 1) sorted by relevance

/external/junit/src/main/java/org/junit/validator/
DAnnotationsValidator.java46 abstract Iterable<T> getAnnotatablesForTestClass(TestClass testClass); in getAnnotatablesForTestClass() method in AnnotationsValidator.AnnotatableValidator
53 for (T annotatable : getAnnotatablesForTestClass(testClass)) { in validateTestClass()
81 Iterable<TestClass> getAnnotatablesForTestClass(TestClass testClass) { in getAnnotatablesForTestClass() method in AnnotationsValidator.ClassValidator
95 Iterable<FrameworkMethod> getAnnotatablesForTestClass( in getAnnotatablesForTestClass() method in AnnotationsValidator.MethodValidator
110 Iterable<FrameworkField> getAnnotatablesForTestClass(TestClass testClass) { in getAnnotatablesForTestClass() method in AnnotationsValidator.FieldValidator