SdkSuppress

public abstract @interface SdkSuppress
implements Annotation

android.support.test.filters.SdkSuppress


Indicates that a specific test or class requires a minimum API Level to execute.

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

Summary

Inherited methods

From interface java.lang.annotation.Annotation