public class TestNGClassFinder extends BaseClassFinder
Constructor and Description |
---|
TestNGClassFinder(ClassInfoMap cim,
Map<Class<?>,List<Object>> instanceMap,
IConfiguration configuration,
ITestContext testContext,
Map<Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners) |
TestNGClassFinder(ClassInfoMap cim,
Map<Class<?>,List<Object>> instanceMap,
XmlTest xmlTest,
IConfiguration configuration,
ITestContext testContext)
Deprecated.
- This constructor is un-used within TestNG and hence stands deprecated as of TestNG v6.13
|
TestNGClassFinder(ClassInfoMap cim,
Map<Class<?>,List<Object>> instanceMap,
XmlTest xmlTest,
IConfiguration configuration,
ITestContext testContext,
Map<Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)
Deprecated.
- This constructor is un-used within TestNG and hence stands deprecated as of TestNG v6.13
|
TestNGClassFinder(ClassInfoMap cim,
XmlTest xmlTest,
IConfiguration configuration,
ITestContext testContext)
Deprecated.
- This constructor is un-used within TestNG and hence stands deprecated as of TestNG v6.13
|
TestNGClassFinder(ClassInfoMap cim,
XmlTest xmlTest,
IConfiguration configuration,
ITestContext testContext,
Map<Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)
Deprecated.
- This constructor is un-used within TestNG and hence stands deprecated as of TestNG v6.13
|
classExists, findOrCreateIClass, findOrCreateIClass, findTestClasses, getExistingClasses, getIClass, putIClass
@Deprecated public TestNGClassFinder(ClassInfoMap cim, XmlTest xmlTest, IConfiguration configuration, ITestContext testContext)
@Deprecated public TestNGClassFinder(ClassInfoMap cim, XmlTest xmlTest, IConfiguration configuration, ITestContext testContext, Map<Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)
@Deprecated public TestNGClassFinder(ClassInfoMap cim, Map<Class<?>,List<Object>> instanceMap, XmlTest xmlTest, IConfiguration configuration, ITestContext testContext)
@Deprecated public TestNGClassFinder(ClassInfoMap cim, Map<Class<?>,List<Object>> instanceMap, XmlTest xmlTest, IConfiguration configuration, ITestContext testContext, Map<Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)
public TestNGClassFinder(ClassInfoMap cim, Map<Class<?>,List<Object>> instanceMap, IConfiguration configuration, ITestContext testContext, Map<Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)
Copyright © 2024. All rights reserved.