Searched refs:ITestOrConfiguration (Results 1 – 8 of 8) sorted by relevance
3 import org.testng.annotations.ITestOrConfiguration;11 public interface IBaseBeforeAfter extends ITestOrConfiguration {
3 import org.testng.annotations.ITestOrConfiguration;7 implements ITestOrConfiguration
18 import org.testng.annotations.ITestOrConfiguration;433 protected void initGroups(Class<? extends ITestOrConfiguration> annotationClass) { in initGroups()438 …ITestOrConfiguration annotation = getAnnotationFinder().findAnnotation(getMethod(), annotationClas… in initGroups()439 …ITestOrConfiguration classAnnotation = getAnnotationFinder().findAnnotation(getMethod().getDeclari… in initGroups()449 …ITestOrConfiguration annotation = getAnnotationFinder().findAnnotation(getMethod(), annotationClas… in initGroups()450 …ITestOrConfiguration classAnnotation = getAnnotationFinder().findAnnotation(getMethod().getDeclari… in initGroups()
14 import org.testng.annotations.ITestOrConfiguration;80 private static boolean includeMethod(ITestOrConfiguration annotation, in includeMethod()
17 import org.testng.annotations.ITestOrConfiguration;174 protected static boolean isEnabled(ITestOrConfiguration test) { in isEnabled()
9 public interface IConfigurationAnnotation extends ITestOrConfiguration {
9 public interface ITestOrConfiguration extends IParameterizable { interface
12 public interface ITestAnnotation extends ITestOrConfiguration, IDataProvidable {