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 TypeInterfaceDescriptioninterfaceEncapsulate the @Factory / @testng.factory annotationinterfaceEncapsulate the @Test / @testng.test annotation. -
Uses of IDataProvidable in org.testng.internal
Methods in org.testng.internal that return IDataProvidableModifier and TypeMethodDescriptionprivate static IDataProvidableParameters.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 IDataProvidableParameters.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 TypeClassDescriptionclassAn implementation of IFactoryclassAn implementation of ITest