Package | Description |
---|---|
org.testng.internal |
Modifier and Type | Method and Description |
---|---|
private ClassInfoMap |
TestNGClassFinder.processFactory(IClass ic,
ConstructorOrMethod factoryMethod) |
Modifier and Type | Method and Description |
---|---|
private void |
TestNGClassFinder.processClass(ClassInfoMap cim,
java.util.Map<java.lang.Class<?>,java.util.List<java.lang.Object>> instanceMap,
IConfiguration configuration,
java.lang.Class<?> cls) |
Constructor and Description |
---|
TestNGClassFinder(ClassInfoMap cim,
java.util.Map<java.lang.Class<?>,java.util.List<java.lang.Object>> instanceMap,
IConfiguration configuration,
ITestContext testContext,
java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners) |
TestNGClassFinder(ClassInfoMap cim,
java.util.Map<java.lang.Class<?>,java.util.List<java.lang.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,
java.util.Map<java.lang.Class<?>,java.util.List<java.lang.Object>> instanceMap,
XmlTest xmlTest,
IConfiguration configuration,
ITestContext testContext,
java.util.Map<java.lang.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,
java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)
Deprecated.
- This constructor is un-used within TestNG and hence stands deprecated as of TestNG v6.13
|