FlakyTest

public abstract @interface FlakyTest
implements Annotation

android.support.test.filters.FlakyTest


Designates a test as being flaky (non-deterministic).

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