Uses of Class
org.testng.DataProviderHolder
Packages that use DataProviderHolder
-
Uses of DataProviderHolder in org.testng
Fields in org.testng declared as DataProviderHolderModifier and TypeFieldDescriptionprivate final DataProviderHolderSuiteRunner.holderprivate final DataProviderHolderTestRunner.holderMethods in org.testng with parameters of type DataProviderHolderModifier and TypeMethodDescriptionprivate voidSuiteRunner.init(IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, List<IMethodInterceptor> methodInterceptors, Collection<IInvokedMethodListener> invokedMethodListener, Collection<ITestListener> testListeners, Collection<IClassListener> classListeners, DataProviderHolder attribs, Comparator<ITestNGMethod> comparator) voidDataProviderHolder.merge(DataProviderHolder other) default TestRunnerITestRunnerFactory.newTestRunner(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, DataProviderHolder holder) Produces a newTestRunnerSuiteRunner.DefaultTestRunnerFactory.newTestRunner(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, DataProviderHolder holder) SuiteRunner.ProxyTestRunnerFactory.newTestRunner(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, DataProviderHolder holder) Constructors in org.testng with parameters of type DataProviderHolderModifierConstructorDescriptionprotectedSuiteRunner(IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, List<IMethodInterceptor> methodInterceptors, Collection<IInvokedMethodListener> invokedMethodListeners, Collection<ITestListener> testListeners, Collection<IClassListener> classListeners, DataProviderHolder holder, Comparator<ITestNGMethod> comparator) protectedTestRunner(IConfiguration configuration, ISuite suite, XmlTest test, String outputDirectory, IAnnotationFinder finder, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, Comparator<ITestNGMethod> comparator, DataProviderHolder otherHolder) -
Uses of DataProviderHolder in org.testng.internal
Fields in org.testng.internal declared as DataProviderHolderModifier and TypeFieldDescriptionprivate final DataProviderHolderFactoryMethod.holderprivate final DataProviderHolderParameterHandler.holderprivate final DataProviderHolderTestInvoker.holderprivate final DataProviderHolderTestNGClassFinder.holderMethods in org.testng.internal that return DataProviderHolderModifier and TypeMethodDescriptionprivate DataProviderHolderTestInvoker.buildDataProviderHolder()Methods in org.testng.internal with parameters of type DataProviderHolderModifier and TypeMethodDescriptionstatic ParameterHolderParameters.handleParameters(ITestNGMethod testMethod, Map<String, String> allParameterNames, Object instance, Parameters.MethodParameters methodParams, XmlSuite xmlSuite, IAnnotationFinder annotationFinder, Object fedInstance, DataProviderHolder holder) If the method has parameters, fill them in.static ParameterHolderParameters.handleParameters(ITestNGMethod testMethod, Map<String, String> allParameterNames, Object instance, Parameters.MethodParameters methodParams, XmlSuite xmlSuite, IAnnotationFinder annotationFinder, Object fedInstance, DataProviderHolder holder, String annotationName) If the method has parameters, fill them in.Constructors in org.testng.internal with parameters of type DataProviderHolderModifierConstructorDescription(package private)FactoryMethod(ConstructorOrMethod com, Object instance, IAnnotationFinder annotationFinder, ITestContext testContext, ITestObjectFactory objectFactory, DataProviderHolder holder) Invoker(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, DataProviderHolder holder) (package private)ParameterHandler(IAnnotationFinder finder, DataProviderHolder holder) TestInvoker(ITestResultNotifier m_notifier, ITestContext m_testContext, SuiteRunState m_suiteState, IConfiguration m_configuration, Collection<IInvokedMethodListener> m_invokedMethodListeners, DataProviderHolder holder, List<IClassListener> m_classListeners, boolean m_skipFailedInvocationCounts, ConfigInvoker invoker) TestNGClassFinder(ClassInfoMap cim, Map<Class<?>, List<Object>> instanceMap, IConfiguration configuration, ITestContext testContext, DataProviderHolder holder)