Package Index
|
Class Index
android.support.test
android.support.test.annotation
android.support.test.filters
android.support.test.runner
android.support.test.runner.intent
android.support.test.runner.intercepting
android.support.test.runner.lifecycle
android.support.test.runner.permission
android.support.test.runner.screenshot
Package Index
|
Class Index
Summary:
Inherited Methods
|
[Expand All]
public abstract @interface
RequiresDevice
implements
Annotation
android.support.test.filters.RequiresDevice
Class Overview
Indicates that a specific test should not be run on emulator.
It will be executed only if the test is running on the physical android device.
Summary
[Expand]
Inherited Methods
From interface
java.lang.annotation.Annotation
abstract
Class
<? extends
Annotation
>
annotationType
()
abstract boolean
equals
(
Object
arg0)
abstract int
hashCode
()
abstract
String
toString
()