Package org.testng.internal
Interface IInvoker
-
- All Known Implementing Classes:
Invoker
public interface IInvoker
This class defines an invoker.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IConfigInvoker
getConfigInvoker()
ITestInvoker
getTestInvoker()
-
-
-
Method Detail
-
getTestInvoker
ITestInvoker getTestInvoker()
-
getConfigInvoker
IConfigInvoker getConfigInvoker()
-
-