Most visited

Recently visited

Added in API level 2
Deprecated since API level 24

LargeTest

public abstract @interface LargeTest
implements Annotation

android.test.suitebuilder.annotation.LargeTest


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

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

Summary

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!