Searched refs:IBeforeTest (Results 1 – 6 of 6) sorted by relevance
60 …igurationAnnotation bt = (IConfigurationAnnotation) finder.findAnnotation(ctor, IBeforeTest.class); in findConfiguration()84 …IConfigurationAnnotation bt = (IConfigurationAnnotation) finder.findAnnotation(m, IBeforeTest.clas… in findConfiguration()174 IBeforeTest.class, IAfterTest.class,181 IBeforeTest.class, IAfterTest.class,
3 public interface IBeforeTest extends IBaseBeforeAfter { interface
14 IBeforeTest, IAfterTest,
79 annotationClass == IBeforeTest.class || annotationClass == IAfterTest.class || in createTag()131 else if (annotationClass == IBeforeTest.class) { in maybeCreateNewConfigurationTag()
72 m_annotationMap.put(IBeforeTest.class, BeforeTest.class); in JDK15AnnotationFinder()
26 import org.testng.internal.annotations.IBeforeTest;355 initGroups(IBeforeTest.class); in init()