Searched refs:FlakyTest (Results 1 – 13 of 13) sorted by relevance
21 import android.test.FlakyTest;44 @FlakyTest(tolerance=3)76 @FlakyTest(tolerance=3)103 @FlakyTest(tolerance=3)136 @FlakyTest(tolerance=3)170 @FlakyTest(tolerance=3)
21 import android.test.FlakyTest;35 @FlakyTest(tolerance=3)60 @FlakyTest(tolerance=3)109 @FlakyTest(tolerance=3)
20 import android.test.FlakyTest;51 @FlakyTest(tolerance = 4)63 @FlakyTest(tolerance = 4)74 @FlakyTest(tolerance = 4)
20 import android.test.FlakyTest;51 @FlakyTest(tolerance=2)
30 import android.test.FlakyTest;233 @FlakyTest(tolerance=2)250 @FlakyTest(tolerance=2)255 @FlakyTest(tolerance=2)350 @FlakyTest(tolerance=2)360 @FlakyTest(tolerance=2)
32 public @interface FlakyTest { annotation
174 if (method.isAnnotationPresent(FlakyTest.class)) { in runTest()175 runCount = method.getAnnotation(FlakyTest.class).tolerance(); in runTest()
65 if (method.isAnnotationPresent(FlakyTest.class)) { in runTest()66 runCount = method.getAnnotation(FlakyTest.class).tolerance(); in runTest()
21 import android.test.FlakyTest;113 @FlakyTest(tolerance=3)
157 args.putString(InstrumentationTestRunner.ARGUMENT_ANNOTATION, FlakyTest.class.getName()); in testAnnotationParameter()171 FlakyTest.class.getName()); in testNotAnnotationParameter()352 @FlakyTest
3953 http://developer.android.com/reference/android/test/FlakyTest.html
31174 public abstract class FlakyTest implements java.lang.annotation.Annotation {
28941 public abstract class FlakyTest implements java.lang.annotation.Annotation {