@Target(value=METHOD) @Retention(value=RUNTIME) public @interface RepetitiveTest
InstrumentationTestCase
's test methods.
When the annotation is present, the test method is executed the number of times specified by
numIterations and defaults to 1.
Not needed for public API.Modifier and Type | Optional Element and Description |
---|---|
int |
numIterations
Indicates the number of times a test case should be run.
|