Home
last modified time | relevance | path

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

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