Home
last modified time | relevance | path

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

/frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/
DHasAnnotationTest.java31 assertTrue(hasExampleAnnotation(ClassWithAnnotation.class, "testWithAnnotation")); in testThatMethodWithAnnotationIsReportedAsBeingAnnotated()
41 assertTrue(hasExampleAnnotation(ClassWithAnnotation.class, "testWithoutAnnotation")); in testThatClassAnnotatioCausesAllMethodsToBeReportedAsBeingAnnotated()
57 static class ClassWithAnnotation extends TestCase { class in HasAnnotationTest