Most visited

Recently visited

Added in API level 2
Deprecated since API level 24

SmallTest

public abstract @interface SmallTest
implements Annotation

android.test.suitebuilder.annotation.SmallTest


此@interface在API级别24中已被弃用。
改为使用SmallTest 新的测试应该使用Android Testing Support Library编写

标记应作为小测试的一部分运行的测试。

Summary

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!