android.support.test.filters

Annotations

FlakyTest 将测试指定为片状(非确定性)。
LargeTest 注释将大的测试大小限定符分配给测试。
MediumTest 用于将中等测试大小限定符分配给测试的注释。
RequiresDevice 表示不应在仿真器上运行特定的测试。
SdkSuppress 表示特定测试或类需要执行最低API级别。
SmallTest 为测试分配小测试大小限定符的注释。
Suppress Use this annotation on test classes or test methods that should not be included in a test suite.