Uses of Class
org.testng.internal.ClassInfoMap
-
Packages that use ClassInfoMap Package Description org.testng.internal -
-
Uses of ClassInfoMap in org.testng.internal
Methods in org.testng.internal that return ClassInfoMap Modifier and Type Method Description private ClassInfoMap
TestNGClassFinder. processFactory(IClass ic, ConstructorOrMethod factoryMethod)
Methods in org.testng.internal with parameters of type ClassInfoMap Modifier and Type Method 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)
Constructors in org.testng.internal with parameters of type ClassInfoMap 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
-