Most visited

Recently visited

Added in API level 1
Deprecated since API level 24

FlakyTest

public abstract @interface FlakyTest
implements Annotation

android.test.FlakyTest


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

此注释可用于InstrumentationTestCase的测试方法。 当注释存在时,如果测试失败,则重新执行测试方法。 执行总数由容差指定,默认值为1。

Summary

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!