Searched refs:IAfterGroups (Results 1 – 6 of 6) sorted by relevance
63 …gurationAnnotation ag = (IConfigurationAnnotation) finder.findAnnotation(ctor, IAfterGroups.class); in findConfiguration()87 …nfigurationAnnotation ag = (IConfigurationAnnotation) finder.findAnnotation(m, IAfterGroups.class); in findConfiguration()175 IBeforeGroups.class, IAfterGroups.class182 IBeforeGroups.class, IAfterGroups.class,
3 public interface IAfterGroups extends IBaseBeforeAfter { interface
15 IBeforeGroups, IAfterGroups,
80 annotationClass == IBeforeGroups.class || annotationClass == IAfterGroups.class || in createTag()177 else if (annotationClass == IAfterGroups.class) { in maybeCreateNewConfigurationTag()
77 m_annotationMap.put(IAfterGroups.class, AfterGroups.class); in JDK15AnnotationFinder()
17 import org.testng.internal.annotations.IAfterGroups;364 initGroups(IAfterGroups.class); in init()