Uses of Interface
org.testng.internal.invokers.IInvoker
-
Packages that use IInvoker Package Description org.testng org.testng.internal.invokers -
-
Uses of IInvoker in org.testng
Fields in org.testng declared as IInvoker Modifier and Type Field Description private IInvoker
TestRunner. m_invoker
Methods in org.testng that return IInvoker Modifier and Type Method Description IInvoker
TestRunner. getInvoker()
-
Uses of IInvoker in org.testng.internal.invokers
Classes in org.testng.internal.invokers that implement IInvoker Modifier and Type Class Description 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.invokers declared as IInvoker Modifier and Type Field Description private IInvoker
AbstractParallelWorker.Arguments. invoker
Methods in org.testng.internal.invokers that return IInvoker Modifier and Type Method Description IInvoker
AbstractParallelWorker.Arguments. getInvoker()
Methods in org.testng.internal.invokers with parameters of type IInvoker Modifier and Type Method Description AbstractParallelWorker.Arguments.Builder
AbstractParallelWorker.Arguments.Builder. invoker(IInvoker invoker)
-