FlakyTest
Artifact: androidx.test:runner
@Retention(value = RetentionPolicy.RUNTIME)
@Target(value = [ElementType.METHOD, ElementType.TYPE])
public annotation 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
Public methods |
|
|---|---|
abstract int |
bugId()An optional bug number associated with the test. -1 Means that no bug number is associated with the flaky annotation. |
abstract String |
detail()Details, such as the reason of why the test is flaky. |
Public methods
bugId
public abstract int bugId()
An optional bug number associated with the test. -1 Means that no bug number is associated with the flaky annotation.
| Returns | |
|---|---|
int |
int |