|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassMethodMap | |
---|---|
org.testng.internal | |
org.testng.v6 |
Uses of ClassMethodMap in org.testng.internal |
---|
Fields in org.testng.internal declared as ClassMethodMap | |
---|---|
protected ClassMethodMap |
TestMethodWorker.m_classMethodMap
|
Constructors in org.testng.internal with parameters of type ClassMethodMap | |
---|---|
TestMethodWorker(IInvoker invoker,
IMethodInstance[] testMethods,
XmlSuite suite,
java.util.Map<java.lang.String,java.lang.String> parameters,
ITestNGMethod[] allTestMethods,
ConfigurationGroupMethods groupMethods,
ClassMethodMap classMethodMap,
ITestContext testContext)
|
Uses of ClassMethodMap in org.testng.v6 |
---|
Constructors in org.testng.v6 with parameters of type ClassMethodMap | |
---|---|
TestPlan(java.util.List<java.util.List<ITestNGMethod>> sequentialList,
java.util.List<ITestNGMethod> parallelList,
ClassMethodMap cmm,
ITestNGMethod[] beforeSuiteMethods,
ITestNGMethod[] afterSuiteMethods,
ConfigurationGroupMethods groupMethods,
XmlTest xmlTest)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |