Searched refs:getAnnotationFinder (Results 1 - 14 of 14) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
H A DIConfiguration.java9 IAnnotationFinder getAnnotationFinder(); method in interface:IConfiguration
H A DConfiguration.java34 public IAnnotationFinder getAnnotationFinder() { method in class:Configuration
H A DTestNGMethod.java96 AnnotationHelper.findTest(getAnnotationFinder(), m_method.getMethod());
100 testAnnotation = AnnotationHelper.findTest(getAnnotationFinder(), m_method.getDeclaringClass());
177 TestNGMethod clone= new TestNGMethod(getMethod(), getAnnotationFinder(), false, getXmlTest(),
H A DBaseTestMethod.java438 ITestOrConfiguration annotation = getAnnotationFinder().findAnnotation(getMethod(), annotationClass);
439 ITestOrConfiguration classAnnotation = getAnnotationFinder().findAnnotation(getMethod().getDeclaringClass(), annotationClass);
449 ITestOrConfiguration annotation = getAnnotationFinder().findAnnotation(getMethod(), annotationClass);
450 ITestOrConfiguration classAnnotation = getAnnotationFinder().findAnnotation(getMethod().getDeclaringClass(), annotationClass);
501 protected IAnnotationFinder getAnnotationFinder() { method in class:BaseTestMethod
H A DTestNGClassFinder.java46 IAnnotationFinder annotationFinder = configuration.getAnnotationFinder();
H A DConfigurationMethod.java414 getAnnotationFinder(),
H A DInvoker.java117 m_annotationFinder= configuration.getAnnotationFinder();
/external/testng/src/main/java/org/testng/
H A DISuite.java103 public IAnnotationFinder getAnnotationFinder(); method in interface:ISuite
H A DSuiteRunner.java520 public IAnnotationFinder getAnnotationFinder() { method in class:SuiteRunner
521 return m_configuration.getAnnotationFinder();
556 suite.getOutputDirectory(), suite.getAnnotationFinder(), skip,
H A DTestClass.java66 public IAnnotationFinder getAnnotationFinder() { method in class:TestClass
H A DTestNG.java574 IAnnotationFinder finder = m_configuration.getAnnotationFinder();
H A DTestRunner.java170 suite.getAnnotationFinder(),
/external/testng/src/test/java/test/mannotation/
H A DMAnnotation2SampleTest.java19 m_finder = m_configuration.getAnnotationFinder();
H A DMAnnotationSampleTest.java27 m_finder = m_configuration.getAnnotationFinder();

Completed in 260 milliseconds