Searched refs:IListenersAnnotation (Results 1 – 7 of 7) sorted by relevance
3 import org.testng.annotations.IListenersAnnotation;5 public interface IListeners extends IListenersAnnotation {
32 import org.testng.annotations.IListenersAnnotation;61 m_annotationMap.put(IListenersAnnotation.class, Listeners.class); in JDK15AnnotationFinder()177 if (a instanceof IListenersAnnotation) { in transform()178 transformer.transform((IListenersAnnotation)a, testClass); in transform()
30 import org.testng.annotations.IListenersAnnotation;75 else if (annotationClass == IListenersAnnotation.class) { in createTag()
3 import org.testng.annotations.IListenersAnnotation;7 void transform(IListenersAnnotation annotation, Class testClass); in transform()
18 import org.testng.annotations.IListenersAnnotation;268 IListenersAnnotation l = m_annotationFinder.findAnnotation(cls, IListenersAnnotation.class); in findAllListeners()
7 import org.testng.annotations.IListenersAnnotation;16 public void transform(IListenersAnnotation annotation, Class testClass) { in transform()
5 public interface IListenersAnnotation extends IAnnotation { interface