android.test.suitebuilder.annotation
Class HasClassAnnotation
java.lang.Object
android.test.suitebuilder.annotation.HasClassAnnotation
- All Implemented Interfaces:
- com.android.internal.util.Predicate<TestMethod>
class HasClassAnnotation
- extends Object
- implements com.android.internal.util.Predicate<TestMethod>
A predicate that checks to see if a TestMethod has a specific annotation on the
containing class. Consider using the public HasAnnotation class instead of this class.
Not needed for 1.0 SDK.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HasClassAnnotation
public HasClassAnnotation(Class<? extends Annotation> annotationClass)
apply
public boolean apply(TestMethod testMethod)
- Specified by:
apply in interface com.android.internal.util.Predicate<TestMethod>
Please submit a feedback, bug or feature