Searched refs:IAfterMethod (Results 1 – 6 of 6) sorted by relevance
67 …gurationAnnotation am = (IConfigurationAnnotation) finder.findAnnotation(ctor, IAfterMethod.class); in findConfiguration()91 …nfigurationAnnotation am = (IConfigurationAnnotation) finder.findAnnotation(m, IAfterMethod.class); in findConfiguration()170 IBeforeMethod.class, IAfterMethod.class,184 IBeforeMethod.class, IAfterMethod.class
3 public interface IAfterMethod extends IBaseBeforeAfter { interface
17 IBeforeMethod, IAfterMethod {
82 annotationClass == IBeforeMethod.class || annotationClass == IAfterMethod.class) in createTag()238 else if (annotationClass == IAfterMethod.class) { in maybeCreateNewConfigurationTag()
79 m_annotationMap.put(IAfterMethod.class, AfterMethod.class); in JDK15AnnotationFinder()
18 import org.testng.internal.annotations.IAfterMethod;376 initGroups(IAfterMethod.class); in init()454 IAnnotation before = m_annotationFinder.findAnnotation(getMethod(), IAfterMethod.class); in isLastTimeOnly()