Uses of Class
org.testng.internal.ClassInfoMap
Packages that use ClassInfoMap
-
Uses of ClassInfoMap in org.testng.internal
Methods in org.testng.internal that return ClassInfoMapModifier and TypeMethodDescriptionprivate ClassInfoMapTestNGClassFinder.processFactory(IClass ic, ConstructorOrMethod factoryMethod) Methods in org.testng.internal with parameters of type ClassInfoMapModifier and TypeMethodDescriptionprivate voidTestNGClassFinder.processClass(ClassInfoMap cim, Map<Class<?>, List<Object>> instanceMap, IConfiguration configuration, Class<?> cls) Constructors in org.testng.internal with parameters of type ClassInfoMapModifierConstructorDescriptionTestNGClassFinder(ClassInfoMap cim, Map<Class<?>, List<Object>> instanceMap, IConfiguration configuration, ITestContext testContext, DataProviderHolder holder)