/external/testng/src/main/java/org/testng/ |
D | TestClass.java | 29 transient private IAnnotationFinder m_annotationFinder = null; field in TestClass 67 return m_annotationFinder; in getAnnotationFinder() 84 m_annotationFinder = annotationFinder; in init() 132 m_annotationFinder, in initMethods() 137 m_annotationFinder, in initMethods() 142 m_annotationFinder, in initMethods() 147 m_annotationFinder, in initMethods() 152 m_annotationFinder, in initMethods() 157 m_annotationFinder, in initMethods() 162 m_annotationFinder, in initMethods() [all …]
|
D | TestRunner.java | 80 transient private IAnnotationFinder m_annotationFinder= null; field in TestRunner 204 m_annotationFinder= annotationFinder; in init() 268 IListenersAnnotation l = m_annotationFinder.findAnnotation(cls, IListenersAnnotation.class); in findAllListeners() 430 = new TestNGMethodFinder(m_runInfo, m_annotationFinder); in initMethods() 444 m_annotationFinder, in initMethods() 485 m_annotationFinder, in initMethods() 492 m_annotationFinder, in initMethods() 499 m_annotationFinder, in initMethods() 507 m_annotationFinder, in initMethods() 514 m_annotationFinder, in initMethods() [all …]
|
/external/testng/src/main/java/org/testng/internal/ |
D | TestNGMethodFinder.java | 37 private IAnnotationFinder m_annotationFinder = null; field in TestNGMethodFinder 42 m_annotationFinder = annotationFinder; in TestNGMethodFinder() 48 clazz, ITestAnnotation.class, m_annotationFinder, xmlTest); in getTestMethods() 107 …IConfigurationAnnotation configuration = AnnotationHelper.findConfiguration(m_annotationFinder, m); in findConfiguration() 193 m_annotationFinder, in findConfiguration() 217 m_annotationFinder, in addConfigurationMethod()
|
D | Configuration.java | 13 IAnnotationFinder m_annotationFinder; field in Configuration 30 m_annotationFinder = finder; in init() 35 return m_annotationFinder; in getAnnotationFinder() 40 m_annotationFinder = finder; in setAnnotationFinder()
|
D | ClassImpl.java | 40 transient private IAnnotationFinder m_annotationFinder = null; field in ClassImpl 60 m_annotationFinder = annotationFinder; in ClassImpl() 67 ITestAnnotation annotation = m_annotationFinder.findAnnotation(cls, ITestAnnotation.class); in ClassImpl() 126 m_annotationFinder, m_objectFactory); in getDefaultInstance() 187 m_xmlTest, m_annotationFinder, m_objectFactory) }; in getInstances()
|
D | ConfigurationMethod.java | 339 IAnnotation a = AnnotationHelper.findConfiguration(m_annotationFinder, m_method.getMethod()); in init() 386 …ITestAnnotation classAnnotation = m_annotationFinder.findAnnotation(m_methodClass, ITestAnnotation… in init() 445 IAnnotation before = m_annotationFinder.findAnnotation(getMethod(), IBeforeMethod.class); in isFirstTimeOnly() 454 IAnnotation before = m_annotationFinder.findAnnotation(getMethod(), IAfterMethod.class); in isLastTimeOnly()
|
D | Invoker.java | 66 private final IAnnotationFinder m_annotationFinder; field in Invoker 117 m_annotationFinder= configuration.getAnnotationFinder(); in Invoker() 188 configurationAnnotation = AnnotationHelper.findConfiguration(m_annotationFinder, method); in invokeConfigurations() 190 if(MethodHelper.isEnabled(objectClass, m_annotationFinder) || alwaysRun) { in invokeConfigurations() 205 m_annotationFinder, in invokeConfigurations() 679 …= new ExpectedExceptionsHolder(m_annotationFinder, tm, new RegexpExpectedExceptionsHolder(m_annota… in invokeMethod() 1023 if (!MethodHelper.isEnabled(testMethod.getMethod(), m_annotationFinder)) { in invokeTestMethods() 1060 new ExpectedExceptionsHolder(m_annotationFinder, testMethod, in invokeTestMethods() 1061 … new RegexpExpectedExceptionsHolder(m_annotationFinder, testMethod)); in invokeTestMethods() 1282 m_annotationFinder, in handleParameters()
|
D | BaseTestMethod.java | 45 protected final transient IAnnotationFinder m_annotationFinder; field in BaseTestMethod 90 m_annotationFinder = annotationFinder; in BaseTestMethod() 502 return m_annotationFinder; in getAnnotationFinder()
|
D | FactoryMethod.java | 81 m_annotationFinder, in invoke()
|
/external/testng/src/main/java/org/testng/junit/ |
D | JUnitMethodFinder.java | 28 private IAnnotationFinder m_annotationFinder = null; field in JUnitMethodFinder 32 m_annotationFinder = finder; in JUnitMethodFinder() 85 m_annotationFinder, null, in privateFindTestMethods()
|