FlakyTest

public abstract @interface FlakyTest
implements Annotation

android.support.test.filters.FlakyTest


将测试指定为片状(非确定性)。

Can then be used to filter tests on execution using -e annotation or -e notAnnotation as desired.

Summary

Inherited methods

From interface java.lang.annotation.Annotation