|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IInvoker | |
---|---|
org.testng | |
org.testng.internal |
Uses of IInvoker in org.testng |
---|
Methods in org.testng that return IInvoker | |
---|---|
IInvoker |
TestRunner.getInvoker()
|
Uses of IInvoker in org.testng.internal |
---|
Classes in org.testng.internal that implement IInvoker | |
---|---|
class |
Invoker
This class is responsible for invoking methods: - test methods - configuration methods - possibly in a separate thread and then for notifying the result listeners. |
Fields in org.testng.internal declared as IInvoker | |
---|---|
protected IInvoker |
TestMethodWorker.m_invoker
|
Constructors in org.testng.internal with parameters of type IInvoker | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |