Searched refs:IAfterTest (Results 1 – 6 of 6) sorted by relevance
61 …figurationAnnotation at = (IConfigurationAnnotation) finder.findAnnotation(ctor, IAfterTest.class); in findConfiguration()85 …IConfigurationAnnotation at = (IConfigurationAnnotation) finder.findAnnotation(m, IAfterTest.class… in findConfiguration()174 IBeforeTest.class, IAfterTest.class,181 IBeforeTest.class, IAfterTest.class,
3 public interface IAfterTest extends IBaseBeforeAfter { interface
14 IBeforeTest, IAfterTest,
79 annotationClass == IBeforeTest.class || annotationClass == IAfterTest.class || in createTag()146 else if (annotationClass == IAfterTest.class) { in maybeCreateNewConfigurationTag()
73 m_annotationMap.put(IAfterTest.class, AfterTest.class); in JDK15AnnotationFinder()
20 import org.testng.internal.annotations.IAfterTest;358 initGroups(IAfterTest.class); in init()