FileDocCategorySizeDatePackage
RepetitiveTest.javaAPI DocAndroid 5.1 API1372Thu Mar 12 22:22:10 GMT 2015android.test

RepetitiveTest

public 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.

Fields Summary
Constructors Summary
Methods Summary
intnumIterations()
Indicates the number of times a test case should be run.

return
The total number of iterations, the default is 1.