Uses of Interface
org.testng.internal.annotations.IDataProvidable
-
Packages that use IDataProvidable Package Description org.testng.annotations org.testng.internal org.testng.internal.annotations -
-
Uses of IDataProvidable in org.testng.annotations
Subinterfaces of IDataProvidable in org.testng.annotations Modifier and Type Interface Description interface
IFactoryAnnotation
Encapsulate the @Factory / @testng.factory annotationinterface
ITestAnnotation
Encapsulate the @Test / @testng.test annotation. -
Uses of IDataProvidable in org.testng.internal
Methods in org.testng.internal that return IDataProvidable Modifier and Type Method Description private 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.annotations Modifier and Type Interface Description interface
ITest
Classes in org.testng.internal.annotations that implement IDataProvidable Modifier and Type Class Description class
FactoryAnnotation
An implementation of IFactoryclass
TestAnnotation
An implementation of ITest
-