Searched defs:listenerMethod (Results 1 - 2 of 2) sorted by relevance

/external/testng/src/main/java/org/testng/internal/invokers/
H A DInvokedMethodListenerInvoker.java30 * Creates a new invoker instance which can be used to call the specified {@code listenerMethod}
33 * @param listenerMethod method which should be called
38 public InvokedMethodListenerInvoker(InvokedMethodListenerMethod listenerMethod, argument
40 m_listenerMethod = listenerMethod;
66 InvokedMethodListenerMethod listenerMethod) {
71 InvocationStrategy invocationStrategy = strategiesForListenerType.get(listenerMethod);
65 obtainStrategyFor(IInvokedMethodListener listenerInstance, InvokedMethodListenerMethod listenerMethod) argument
/external/testng/src/main/java/org/testng/internal/
H A DInvoker.java547 private void runInvokedMethodListeners(InvokedMethodListenerMethod listenerMethod, IInvokedMethod invokedMethod, argument
554 InvokedMethodListenerInvoker invoker = new InvokedMethodListenerInvoker(listenerMethod, testResult, m_testContext);

Completed in 114 milliseconds