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 TypeMethodDescriptionvoid
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 IConfigurableModifier and TypeMethodDescriptionprivate IConfigurable
ConfigInvoker.computeConfigurableInstance
(ConstructorOrMethod method, Object targetInstance) Methods in org.testng.internal.invokers with parameters of type IConfigurableModifier and TypeMethodDescriptionprotected static boolean
MethodInvocationHelper.invokeConfigurable
(Object instance, Object[] parameters, IConfigurable configurableInstance, Method thisMethod, ITestResult testResult)