Uses of Class
org.testng.ClassMethodMap
-
Packages that use ClassMethodMap Package Description org.testng org.testng.internal -
-
Uses of ClassMethodMap in org.testng
Fields in org.testng declared as ClassMethodMap Modifier and Type Field Description private ClassMethodMapTestRunner. m_classMethodMap -
Uses of ClassMethodMap in org.testng.internal
Fields in org.testng.internal declared as ClassMethodMap Modifier and Type Field Description private ClassMethodMapAbstractParallelWorker.Arguments. classMethodMapprivate ClassMethodMapTestMethodWorker. m_classMethodMapMethods in org.testng.internal that return ClassMethodMap Modifier and Type Method Description ClassMethodMapAbstractParallelWorker.Arguments. getClassMethodMap()Methods in org.testng.internal with parameters of type ClassMethodMap Modifier and Type Method Description AbstractParallelWorker.Arguments.BuilderAbstractParallelWorker.Arguments.Builder. classMethodMap(ClassMethodMap classMethodMap)Constructors in org.testng.internal with parameters of type ClassMethodMap Constructor Description TestMethodWorker(ITestInvoker testInvoker, IConfigInvoker configInvoker, java.util.List<IMethodInstance> testMethods, java.util.Map<java.lang.String,java.lang.String> parameters, ConfigurationGroupMethods groupMethods, ClassMethodMap classMethodMap, ITestContext testContext, java.util.List<IClassListener> listeners)
-