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