Most visited

Recently visited

Added in API level 1
Deprecated since API level 24

Suppress

public abstract @interface Suppress
implements Annotation

android.test.suitebuilder.annotation.Suppress


此@interface在API级别24中已被弃用。
改为使用Suppress 新的测试应该使用Android Testing Support Library编写

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

Summary

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!