Most visited

Recently visited

Added in API level 1
Deprecated since API level 14

TestTargetClass

public abstract @interface TestTargetClass
implements Annotation

dalvik.annotation.TestTargetClass


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

为测试类定义一个注释,允许将它们链接到正在测试的类。 目前的假设是测试根据他们测试的API类有所组织。 在某些情况下可能过于严格。

Summary

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!