Home | History | Annotate | Download | only in mannotation

Lines Matching refs:m_finder

23   private IAnnotationFinder m_finder;
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);
196 (IExpectedExceptionsAnnotation) m_finder.findAnnotation(method, IExpectedExceptionsAnnotation.class);
206 (IFactoryAnnotation) m_finder.findAnnotation(method, IFactoryAnnotation.class);
216 (IParametersAnnotation) m_finder.findAnnotation(method, IParametersAnnotation.class);
226 (IConfigurationAnnotation) m_finder.findAnnotation(method, IBeforeSuite.class);
240 (IConfigurationAnnotation) m_finder.findAnnotation(method, IAfterSuite.class);