Searched refs:AnnotationHelper (Results 1 – 12 of 12) sorted by relevance
/external/testng/src/main/java/org/testng/internal/ |
D | MethodGroupsHelper.java | 17 import org.testng.internal.annotations.AnnotationHelper; 52 in = MethodGroupsHelper.includeMethod(AnnotationHelper.findTest(finder, m), in collectMethodsByGroup() 60 IConfigurationAnnotation annotation = AnnotationHelper.findConfiguration(finder, m); in collectMethodsByGroup() 67 in = MethodGroupsHelper.includeMethod(AnnotationHelper.findTest(finder, tm), in collectMethodsByGroup()
|
D | TestNGMethodFinder.java | 13 import org.testng.internal.annotations.AnnotationHelper; 47 return AnnotationHelper.findMethodsWithAnnotation( in getTestMethods() 107 …IConfigurationAnnotation configuration = AnnotationHelper.findConfiguration(m_annotationFinder, m); in findConfiguration()
|
D | TestNGMethod.java | 6 import org.testng.internal.annotations.AnnotationHelper; 96 AnnotationHelper.findTest(getAnnotationFinder(), m_method.getMethod()); in init() 100 … testAnnotation = AnnotationHelper.findTest(getAnnotationFinder(), m_method.getDeclaringClass()); in init()
|
D | Utils.java | 34 import org.testng.internal.annotations.AnnotationHelper; 284 ITestAnnotation tc = AnnotationHelper.findTest(finder, cls); in dependentGroupsForThisMethodForTest() 292 ITestAnnotation tm = AnnotationHelper.findTest(finder, m); in dependentGroupsForThisMethodForTest() 314 ITestAnnotation tc = AnnotationHelper.findTest(finder, cls); in groupsForThisMethodForTest() 322 ITestAnnotation tm = AnnotationHelper.findTest(finder, m); in groupsForThisMethodForTest() 343 ITestAnnotation tm = AnnotationHelper.findTest(finder, m); in groupsForThisMethodForConfiguration() 360 IConfigurationAnnotation tm = AnnotationHelper.findConfiguration(finder, m); in dependentGroupsForThisMethodForConfiguration()
|
D | MethodHelper.java | 20 import org.testng.internal.annotations.AnnotationHelper; 159 ITestAnnotation testClassAnnotation = AnnotationHelper.findTest(finder, objectClass); in isEnabled() 164 ITestAnnotation annotation = AnnotationHelper.findTest(finder, m); in isEnabled() 168 annotation = AnnotationHelper.findTest(finder, m.getDeclaringClass()); in isEnabled()
|
D | Parameters.java | 28 import org.testng.internal.annotations.AnnotationHelper; 284 result = AnnotationHelper.findTest(finder, m.getMethod()); in findDataProviderInfo() 289 result = AnnotationHelper.findFactory(finder, m.getMethod()); in findDataProviderInfo() 294 result = AnnotationHelper.findTest(finder, clazz.getRealClass()); in findDataProviderInfo() 300 result = AnnotationHelper.findFactory(finder, m.getConstructor()); in findDataProviderInfo()
|
D | TestNGClassFinder.java | 18 import org.testng.internal.annotations.AnnotationHelper; 224 Class[] allAnnotations= AnnotationHelper.getAllAnnotations(); in isTestNGClass()
|
D | ConfigurationMethod.java | 14 import org.testng.internal.annotations.AnnotationHelper; 339 IAnnotation a = AnnotationHelper.findConfiguration(m_annotationFinder, m_method.getMethod()); in init()
|
D | ClassImpl.java | 20 import org.testng.internal.annotations.AnnotationHelper;
|
D | Invoker.java | 39 import org.testng.internal.annotations.AnnotationHelper; 188 configurationAnnotation = AnnotationHelper.findConfiguration(m_annotationFinder, method); in invokeConfigurations()
|
/external/testng/src/main/java/org/testng/internal/annotations/ |
D | AnnotationHelper.java | 29 public class AnnotationHelper { class
|
/external/testng/src/main/java/org/testng/ |
D | TestRunner.java | 46 import org.testng.internal.annotations.AnnotationHelper; 1617 …Annotation annotation = AnnotationHelper.findAnnotationSuperClasses(Guice.class, iClass.getRealCla… in getInjector()
|