Searched refs:validateMethod (Results 1 – 7 of 7) sorted by relevance
66 validateMethod(method, elements); in process()74 private void validateMethod(ExecutableElement method, Elements elements) { in validateMethod() method in ToPrettyStringValidator
78 validateMethod(entry.getKey(), MoreElements.asExecutable(entry.getValue())); in process()86 private void validateMethod(Class<? extends Annotation> annotation, ExecutableElement method) { in validateMethod() method in AndroidMapKeyValidator
272 private ValidationReport<ExecutableElement> validateMethod(ExecutableElement methodElement) { in validateMethod() method in InjectValidator332 ValidationReport<ExecutableElement> report = validateMethod(element); in validateMembersInjectionType()
247 .forEachOrdered(ComponentMethodValidator::validateMethod); in validateComponentMethods()265 void validateMethod() { in validateMethod() method in ComponentValidator.ElementValidator.ComponentMethodValidator
56 validateMethod(method); in suite()225 private static void validateMethod(Method method) { in validateMethod() method in GeneratedMonitorTest
59 validateMethod(method); in suite()240 private static void validateMethod(Method method) { in validateMethod() method in GeneratedMonitorTest
410 return testMethod != null && validateMethod(name); in validate()820 protected boolean validateMethod(String name) { in validateMethod() method in TestFmwk