Home
last modified time | relevance | path

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

/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DTestPredicatesTest.java32 assertTrue(hasExampleAnnotation(ClassWithoutAnnotation.class, "testWithAnnotation")); in testThatMethodWithAnnotationIsReportedAsBeingAnnotated()
36 assertFalse(hasExampleAnnotation(ClassWithoutAnnotation.class, "testWithoutAnnotation")); in testThatMethodWithOutAnnotationIsNotReportedAsBeingAnnotated()
67 static class ClassWithoutAnnotation extends TestCase { class in TestPredicatesTest