HomeSort by relevance Sort by last modified time
    Searched refs:m_finder (Results 1 - 2 of 2) sorted by null

  /external/testng/src/test/java/test/mannotation/
MAnnotation2SampleTest.java 15 private IAnnotationFinder m_finder; field in class:MAnnotation2SampleTest
19 m_finder = m_configuration.getAnnotationFinder();
28 ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class);
35 ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class);
47 ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class);
54 ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class);
67 ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class);
74 ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class);
87 IConfigurationAnnotation test1 = (IConfigurationAnnotation) m_finder.findAnnotation(method, IConfigurationAnnotation.class);
98 ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class)
    [all...]
MAnnotationSampleTest.java 23 private IAnnotationFinder m_finder; field in class:MAnnotationSampleTest
27 m_finder = m_configuration.getAnnotationFinder();
34 ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(MTest1.class, ITestAnnotation.class);
51 ITestAnnotation test2 = (ITestAnnotation) m_finder.findAnnotation(MTest2.class, ITestAnnotation.class);
67 ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class);
90 ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(constructor, ITestAnnotation.class);
112 (IConfigurationAnnotation) m_finder.findAnnotation(method, IConfigurationAnnotation.class);
137 (IConfigurationAnnotation) m_finder.findAnnotation(method, IConfigurationAnnotation.class);
162 (IConfigurationAnnotation) m_finder.findAnnotation(method, IConfigurationAnnotation.class);
187 (IDataProviderAnnotation) m_finder.findAnnotation(method, IDataProviderAnnotation.class)
    [all...]

Completed in 65 milliseconds