SdkSuppress

public abstract @interface SdkSuppress
implements Annotation

android.support.test.filters.SdkSuppress


表示特定测试或类需要执行最低API级别。

Test(s) will be skipped when executed on android platforms less than specified level.

Summary

Inherited methods

From interface java.lang.annotation.Annotation