Uses of Interface
org.testng.IConfigurable
-
Packages that use IConfigurable Package Description org.testng.internal -
-
Uses of IConfigurable in org.testng.internal
Methods in org.testng.internal that return IConfigurable Modifier and Type Method Description IConfigurable
Configuration. getConfigurable()
IConfigurable
IConfiguration. getConfigurable()
Methods in org.testng.internal with parameters of type IConfigurable Modifier and Type Method Description protected static void
MethodInvocationHelper. invokeConfigurable(java.lang.Object instance, java.lang.Object[] parameters, IConfigurable configurableInstance, java.lang.reflect.Method thisMethod, ITestResult testResult)
void
Configuration. setConfigurable(IConfigurable c)
void
IConfiguration. setConfigurable(IConfigurable c)
-