Searched refs:m_annotationFinder (Results 1 - 10 of 10) sorted by relevance

/external/testng/src/main/java/org/testng/
H A DTestClass.java29 transient private IAnnotationFinder m_annotationFinder = null; field in class:TestClass
67 return m_annotationFinder;
84 m_annotationFinder = annotationFinder;
132 m_annotationFinder,
137 m_annotationFinder,
142 m_annotationFinder,
147 m_annotationFinder,
152 m_annotationFinder,
157 m_annotationFinder,
162 m_annotationFinder,
[all...]
H A DTestRunner.java80 transient private IAnnotationFinder m_annotationFinder= null; field in class:TestRunner
204 m_annotationFinder= annotationFinder;
268 IListenersAnnotation l = m_annotationFinder.findAnnotation(cls, IListenersAnnotation.class);
430 = new TestNGMethodFinder(m_runInfo, m_annotationFinder);
444 m_annotationFinder,
485 m_annotationFinder,
492 m_annotationFinder,
499 m_annotationFinder,
507 m_annotationFinder,
514 m_annotationFinder,
[all...]
/external/testng/src/main/java/org/testng/internal/
H A DConfiguration.java13 IAnnotationFinder m_annotationFinder; field in class:Configuration
30 m_annotationFinder = finder;
35 return m_annotationFinder;
40 m_annotationFinder = finder;
H A DTestNGMethodFinder.java37 private IAnnotationFinder m_annotationFinder = null; field in class:TestNGMethodFinder
42 m_annotationFinder = annotationFinder;
48 clazz, ITestAnnotation.class, m_annotationFinder, xmlTest);
107 IConfigurationAnnotation configuration = AnnotationHelper.findConfiguration(m_annotationFinder, m);
193 m_annotationFinder,
217 m_annotationFinder,
H A DClassImpl.java40 transient private IAnnotationFinder m_annotationFinder = null; field in class:ClassImpl
60 m_annotationFinder = annotationFinder;
67 ITestAnnotation annotation = m_annotationFinder.findAnnotation(cls, ITestAnnotation.class);
126 m_annotationFinder, m_objectFactory);
187 m_xmlTest, m_annotationFinder, m_objectFactory) };
H A DConfigurationMethod.java339 IAnnotation a = AnnotationHelper.findConfiguration(m_annotationFinder, m_method.getMethod());
386 ITestAnnotation classAnnotation = m_annotationFinder.findAnnotation(m_methodClass, ITestAnnotation.class);
445 IAnnotation before = m_annotationFinder.findAnnotation(getMethod(), IBeforeMethod.class);
454 IAnnotation before = m_annotationFinder.findAnnotation(getMethod(), IAfterMethod.class);
H A DFactoryMethod.java81 m_annotationFinder,
H A DInvoker.java66 private final IAnnotationFinder m_annotationFinder; field in class:Invoker
117 m_annotationFinder= configuration.getAnnotationFinder();
188 configurationAnnotation = AnnotationHelper.findConfiguration(m_annotationFinder, method);
190 if(MethodHelper.isEnabled(objectClass, m_annotationFinder) || alwaysRun) {
205 m_annotationFinder,
679 = new ExpectedExceptionsHolder(m_annotationFinder, tm, new RegexpExpectedExceptionsHolder(m_annotationFinder, tm));
1023 if (!MethodHelper.isEnabled(testMethod.getMethod(), m_annotationFinder)) {
1060 new ExpectedExceptionsHolder(m_annotationFinder, testMethod,
1061 new RegexpExpectedExceptionsHolder(m_annotationFinder, testMetho
[all...]
H A DBaseTestMethod.java45 protected final transient IAnnotationFinder m_annotationFinder; field in class:BaseTestMethod
90 m_annotationFinder = annotationFinder;
502 return m_annotationFinder;
/external/testng/src/main/java/org/testng/junit/
H A DJUnitMethodFinder.java28 private IAnnotationFinder m_annotationFinder = null; field in class:JUnitMethodFinder
32 m_annotationFinder = finder;
85 m_annotationFinder, null,

Completed in 113 milliseconds