Searched refs:getAnnotation (Results 1 – 15 of 15) sorted by relevance
105 if (desc.getAnnotation(SmallTest.class) != null) { in getTestSizeFromMethod()107 } else if (desc.getAnnotation(MediumTest.class) != null) { in getTestSizeFromMethod()109 } else if (desc.getAnnotation(LargeTest.class) != null) { in getTestSizeFromMethod()
94 if (originalMethod.getAnnotation(LayoutlibDelegate.class) == null) { in compare()137 if (delegateMethod.getAnnotation(LayoutlibDelegate.class) == null) { in compare()172 if (delegateMethod.getAnnotation(LayoutlibDelegate.class) == null) { in compare()
58 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) { in getAnnotation() method in TestMethod60 return getEnclosingClass().getMethod(getName()).getAnnotation(annotationClass); in getAnnotation()
66 runCount = method.getAnnotation(FlakyTest.class).tolerance(); in runTest()68 runCount = method.getAnnotation(RepetitiveTest.class).numIterations(); in runTest()
39 return testMethod.getAnnotation(annotationClass) != null; in apply()
39 return testMethod.getEnclosingClass().getAnnotation(annotationClass) != null; in apply()
157 return description.getAnnotation(mAnnotationClass) != null || in evaluateTest()194 if (description.getAnnotation(getAnnotationClass()) != null) { in evaluateTest()225 || (description.getAnnotation(mAnnotationClass) != null)) { in evaluateTest()252 final SdkSuppress s = description.getAnnotation(SdkSuppress.class); in getAnnotationForTest()258 return testClass.getAnnotation(SdkSuppress.class); in getAnnotationForTest()
175 runCount = method.getAnnotation(FlakyTest.class).tolerance(); in runTest()177 runCount = method.getAnnotation(RepetitiveTest.class).numIterations(); in runTest()
199 if (field.getAnnotation(PublicKey.class) == null) { in shouldKeyBeAdded()209 if (field.getAnnotation(SyntheticKey.class) != null) { in shouldKeyBeAdded()
563 if ((annotation = field.getAnnotation(GenerateFinalPort.class)) != null) { in addAndSetFinalPorts()583 if ((annotation = field.getAnnotation(GenerateFieldPort.class)) != null) { in addAnnotatedPorts()586 } else if ((annotation = field.getAnnotation(GenerateProgramPort.class)) != null) { in addAnnotatedPorts()589 } else if ((annotation = field.getAnnotation(GenerateProgramPorts.class)) != null) { in addAnnotatedPorts()
782 int numIterations = testMethod.getAnnotation( in startTest()811 mIncludeDetailedStats = testMethod.getAnnotation( in startTest()815 mIncludeDetailedStats = test.getClass().getAnnotation( in startTest()
298 int numIterations = testMethod.getAnnotation(RepetitiveTest.class) in startTest()
1017 sAnnotations.put(field, field.getAnnotation(ExportedProperty.class)); in getExportedPropertyFields()1053 sAnnotations.put(method, method.getAnnotation(ExportedProperty.class)); in getExportedPropertyMethods()1496 CapturedViewProperty property = method.getAnnotation(CapturedViewProperty.class); in capturedViewExportMethods()
1543 if (!partial || field.getAnnotation(DebugProperty.class) != null) { in setFieldsOn()
29243 method public T getAnnotation(java.lang.Class<T>);40878 method public A getAnnotation(java.lang.Class<A>);41407 method public A getAnnotation(java.lang.Class<A>);42123 method public T getAnnotation(java.lang.Class<T>);42133 method public abstract T getAnnotation(java.lang.Class<T>);42164 method public A getAnnotation(java.lang.Class<A>);42182 method public A getAnnotation(java.lang.Class<A>);42247 method public A getAnnotation(java.lang.Class<A>);