public abstract @interface

FlakyTest

implements Annotation
android.support.test.filters.FlakyTest

Class Overview

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

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation