Searched refs:RepetitiveTest (Results 1 – 8 of 8) sorted by relevance
27 import android.test.RepetitiveTest;85 @RepetitiveTest(numIterations = NUM_ITERATIONS)94 @RepetitiveTest(numIterations = NUM_ITERATIONS_2)
67 } else if (method.isAnnotationPresent(RepetitiveTest.class)) { in runTest()68 runCount = method.getAnnotation(RepetitiveTest.class).numIterations(); in runTest()
35 public @interface RepetitiveTest { annotation
182 } else if (method.isAnnotationPresent(RepetitiveTest.class)) { in runTest()183 runCount = method.getAnnotation(RepetitiveTest.class).numIterations(); in runTest()
9 // Could build against SDK if it wasn't for the @RepetitiveTest annotation.
28 import android.test.RepetitiveTest;297 if (testMethod.isAnnotationPresent(RepetitiveTest.class)) { in startTest()298 int numIterations = testMethod.getAnnotation(RepetitiveTest.class) in startTest()
786 if (testMethod.isAnnotationPresent(RepetitiveTest.class)) { in startTest()788 RepetitiveTest.class).numIterations(); in startTest()
55 ….lang.annotation.Target(java.lang.annotation.ElementType.METHOD) public @interface RepetitiveTest {