Most visited

Recently visited

Added in API level 1
Deprecated since API level 14

TestTarget

public abstract @interface TestTarget
implements Annotation

dalvik.annotation.TestTarget


此@interface在API级别14中已被弃用。
已过时。

定义在TestInfo注释中使用的注释。 它为测试指定了单个方法目标(但可以多次使用)。

Summary

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!