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