Home
last modified time | relevance | path

Searched refs:invokeConfigurable (Results 1 – 2 of 2) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DMethodInvocationHelper.java284 protected static void invokeConfigurable(final Object instance, final Object[] parameters, in invokeConfigurable() method in MethodInvocationHelper
DInvoker.java506 … MethodInvocationHelper.invokeConfigurable(targetInstance, params, configurableInstance, method, in invokeConfigurationMethod()