Uses of Interface
org.testng.internal.annotations.IDataProvidable
Packages that use IDataProvidable
-
Uses of IDataProvidable in org.testng.annotations
Subinterfaces of IDataProvidable in org.testng.annotationsModifier and TypeInterfaceDescriptioninterface
Encapsulate the @Factory / @testng.factory annotationinterface
Encapsulate the @Test / @testng.test annotation. -
Uses of IDataProvidable in org.testng.internal
Methods in org.testng.internal that return IDataProvidableModifier and TypeMethodDescriptionprivate static IDataProvidable
Parameters.findDataProviderInfo
(ITestClass clazz, ConstructorOrMethod m, IAnnotationFinder finder) Find the data provider info (data provider name and class) on either @Test(dataProvider),@Factory(dataProvider)
on a method or @Factory(dataProvider) on a constructor.private static IDataProvidable
Parameters.merge
(ITestAnnotation methodLevel, ITestAnnotation classLevel) -
Uses of IDataProvidable in org.testng.internal.annotations
Subinterfaces of IDataProvidable in org.testng.internal.annotationsClasses in org.testng.internal.annotations that implement IDataProvidableModifier and TypeClassDescriptionclass
An implementation of IFactoryclass
An implementation of ITest