Searched refs:getAnnotationFinder (Results 1 – 14 of 14) sorted by relevance
/external/testng/src/main/java/org/testng/internal/ |
D | TestNGMethod.java | 96 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()
|
D | BaseTestMethod.java | 438 …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
|
D | IConfiguration.java | 9 IAnnotationFinder getAnnotationFinder(); in getAnnotationFinder() method
|
D | Configuration.java | 34 public IAnnotationFinder getAnnotationFinder() { in getAnnotationFinder() method in Configuration
|
D | TestNGClassFinder.java | 46 IAnnotationFinder annotationFinder = configuration.getAnnotationFinder(); in TestNGClassFinder()
|
D | ConfigurationMethod.java | 414 getAnnotationFinder(), in clone()
|
D | Invoker.java | 117 m_annotationFinder= configuration.getAnnotationFinder(); in Invoker()
|
/external/testng/src/main/java/org/testng/ |
D | ISuite.java | 103 public IAnnotationFinder getAnnotationFinder(); in getAnnotationFinder() method
|
D | SuiteRunner.java | 520 public IAnnotationFinder getAnnotationFinder() { in getAnnotationFinder() method in SuiteRunner 521 return m_configuration.getAnnotationFinder(); in getAnnotationFinder() 556 suite.getOutputDirectory(), suite.getAnnotationFinder(), skip, in newTestRunner()
|
D | TestClass.java | 66 public IAnnotationFinder getAnnotationFinder() { in getAnnotationFinder() method in TestClass
|
D | TestRunner.java | 170 suite.getAnnotationFinder(), in TestRunner()
|
D | TestNG.java | 574 IAnnotationFinder finder = m_configuration.getAnnotationFinder(); in createCommandLineSuitesForClasses()
|
/external/testng/src/test/java/test/mannotation/ |
D | MAnnotation2SampleTest.java | 19 m_finder = m_configuration.getAnnotationFinder(); in init()
|
D | MAnnotationSampleTest.java | 27 m_finder = m_configuration.getAnnotationFinder(); in init()
|