RequiresDevice

public abstract @interface RequiresDevice
implements Annotation

android.support.test.filters.RequiresDevice


表示不应在仿真器上运行特定的测试。

It will be executed only if the test is running on the physical android device.

Summary

Inherited methods

From interface java.lang.annotation.Annotation