Searched defs:hasAnnotation (Results 1 – 3 of 3) sorted by relevance
43 fun hasAnnotation(element: Element, annotation: KClass<out Annotation>, errorMsg: String, in hasAnnotation() method
41 public static Predicate<TestMethod> hasAnnotation(Class<? extends Annotation> annotationClass) { in hasAnnotation() method in TestPredicates
44 fun Element.hasAnnotation(klass: KClass<out Annotation>): Boolean { in hasAnnotation() method