RepetitiveTestpublic class RepetitiveTest This annotation can be used on an {@link android.test.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.
{@hide} Not needed for public API. |
Methods Summary |
---|
int | numIterations()Indicates the number of times a test case should be run.
|
|