Uses of Interface
org.testng.IConfigurable
-
Packages that use IConfigurable Package Description org.testng org.testng.internal -
-
Uses of IConfigurable in org.testng
Fields in org.testng declared as IConfigurable Modifier and Type Field Description private IConfigurableTestNG. m_configurableMethods in org.testng with parameters of type IConfigurable Modifier and Type Method Description private voidTestNG. setConfigurable(IConfigurable c) -
Uses of IConfigurable in org.testng.internal
Fields in org.testng.internal declared as IConfigurable Modifier and Type Field Description private IConfigurableConfiguration. m_configurableMethods in org.testng.internal that return IConfigurable Modifier and Type Method Description private IConfigurableConfigInvoker. computeConfigurableInstance(ConstructorOrMethod method, java.lang.Object targetInstance)IConfigurableConfiguration. getConfigurable()IConfigurableIConfiguration. getConfigurable()Methods in org.testng.internal with parameters of type IConfigurable Modifier and Type Method Description protected static voidMethodInvocationHelper. invokeConfigurable(java.lang.Object instance, java.lang.Object[] parameters, IConfigurable configurableInstance, java.lang.reflect.Method thisMethod, ITestResult testResult)voidConfiguration. setConfigurable(IConfigurable c)voidIConfiguration. setConfigurable(IConfigurable c)
-