Suppress

public abstract @interface Suppress
implements Annotation

android.support.test.filters.Suppress


在不应包含在测试套件中的测试类或测试方法上使用此注释。 如果注释出现在该类上,则不包括该类中的测试。 如果注释仅出现在测试方法上,那么只有该方法将被排除。

注意:此类替换弃用的Android平台注释 ERROR(/android.test.suitebuilder.annotation.Suppress)并且是推荐使用Android测试支持库进行测试的方式。

Summary

Inherited methods

From interface java.lang.annotation.Annotation