Uses of Interface
org.testng.IConfigurable
Packages that use IConfigurable
-
Uses of IConfigurable in org.testng.internal
Methods 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 with parameters of type IConfigurableModifier and TypeMethodDescriptionprotected static boolean
MethodInvocationHelper.invokeConfigurable
(Object instance, Object[] parameters, IConfigurable configurableInstance, Method thisMethod, ITestResult testResult)