android.support.test.filters

Annotations

FlakyTest Designates a test as being flaky (non-deterministic). 
LargeTest Annotation to assign a large test size qualifier to a test. 
MediumTest Annotation to assign a medium test size qualifier to a test. 
RequiresDevice Indicates that a specific test should not be run on emulator. 
SdkSuppress Indicates that a specific test or class requires a minimum or maximum API Level to execute. 
SmallTest Annotation to assign a small test size qualifier to a test. 
Suppress Use this annotation on test classes or test methods that should not be included in a test suite.