Package org.testng.internal
Class TestNGClassFinder
- java.lang.Object
-
- org.testng.internal.BaseClassFinder
-
- org.testng.internal.TestNGClassFinder
-
- All Implemented Interfaces:
ITestClassFinder
public class TestNGClassFinder extends BaseClassFinder
This class creates an ITestClass from a test class.- Author:
- Cedric Beust
-
-
Constructor Summary
Constructors Constructor 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.13TestNGClassFinder(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.13TestNGClassFinder(ClassInfoMap cim, XmlTest xmlTest, IConfiguration configuration, ITestContext testContext)
Deprecated.- This constructor is un-used within TestNG and hence stands deprecated as of TestNG v6.13TestNGClassFinder(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
-
Method Summary
-
Methods inherited from class org.testng.internal.BaseClassFinder
classExists, findOrCreateIClass, findOrCreateIClass, findTestClasses, getExistingClasses, getIClass, putIClass
-
-
-
-
Constructor Detail
-
TestNGClassFinder
@Deprecated public 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
@Deprecated public 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
-
TestNGClassFinder
@Deprecated public 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
@Deprecated public 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
public 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)
-
-