Home
last modified time | relevance | path

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

/frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/
DHasClassAnnotationTest.java28 assertTrue(classHasAnnotation(SmokeTestExample.class, Smoke.class)); in testShouldTellIfParentClassHasSpecifiedClassification()
33 assertFalse(classHasAnnotation(NonSmokeTestExample.class, Smoke.class)); in testShouldTellIfParentClassDoesNotHaveSpecifiedClassification()
36 private boolean classHasAnnotation( in classHasAnnotation() method in HasClassAnnotationTest