Uses of Interface
org.testng.IConfigurable
-
Packages that use IConfigurable Package Description org.testng org.testng.internal org.testng.internal.invokers -
-
Uses of IConfigurable in org.testng
Fields in org.testng declared as IConfigurable Modifier and Type Field Description private IConfigurable
TestNG. m_configurable
Methods in org.testng with parameters of type IConfigurable Modifier and Type Method Description private void
TestNG. setConfigurable(IConfigurable c)
-
Uses of IConfigurable in org.testng.internal
Fields in org.testng.internal declared as IConfigurable Modifier and Type Field Description private IConfigurable
Configuration. m_configurable
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 void
Configuration. setConfigurable(IConfigurable c)
void
IConfiguration. setConfigurable(IConfigurable c)
-
Uses of IConfigurable in org.testng.internal.invokers
Methods in org.testng.internal.invokers that return IConfigurable Modifier and Type Method Description private IConfigurable
ConfigInvoker. computeConfigurableInstance(ConstructorOrMethod method, java.lang.Object targetInstance)
Methods in org.testng.internal.invokers with parameters of type IConfigurable Modifier and Type Method Description protected static boolean
MethodInvocationHelper. invokeConfigurable(java.lang.Object instance, java.lang.Object[] parameters, IConfigurable configurableInstance, java.lang.reflect.Method thisMethod, ITestResult testResult)
-