Searched refs:AnnotatedMethodExample (Results 1 – 1 of 1) sorted by relevance
29 assertTrue(methodHasAnnotation(AnnotatedMethodExample.class, in testMethodWithSpecifiedAttribute()34 assertFalse(methodHasAnnotation(AnnotatedMethodExample.class, in testMethodWithoutSpecifiedAttribute()47 static class AnnotatedMethodExample extends TestCase { class in HasMethodAnnotationTest