Uses of Interface
org.testng.IConfigurable
Packages that use IConfigurable
-
Uses of IConfigurable in org.testng
Fields in org.testng declared as IConfigurableMethods in org.testng with parameters of type IConfigurable -
Uses of IConfigurable in org.testng.internal
Fields in org.testng.internal declared as IConfigurableMethods in org.testng.internal that return IConfigurableModifier and TypeMethodDescriptionConfiguration.getConfigurable()IConfiguration.getConfigurable()Methods in org.testng.internal with parameters of type IConfigurableModifier and TypeMethodDescriptionvoidConfiguration.setConfigurable(IConfigurable c) voidIConfiguration.setConfigurable(IConfigurable c) -
Uses of IConfigurable in org.testng.internal.invokers
Methods in org.testng.internal.invokers that return IConfigurableModifier and TypeMethodDescriptionprivate IConfigurableConfigInvoker.computeConfigurableInstance(ConstructorOrMethod method, Object targetInstance) Methods in org.testng.internal.invokers with parameters of type IConfigurableModifier and TypeMethodDescriptionprotected static booleanMethodInvocationHelper.invokeConfigurable(Object instance, Object[] parameters, IConfigurable configurableInstance, Method thisMethod, ITestResult testResult)