Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/invokers/
DInvokedMethodListenerInvoker.java38 public InvokedMethodListenerInvoker(InvokedMethodListenerMethod listenerMethod, in InvokedMethodListenerInvoker() argument
40 m_listenerMethod = listenerMethod; in InvokedMethodListenerInvoker()
66 InvokedMethodListenerMethod listenerMethod) { in obtainStrategyFor() argument
71 InvocationStrategy invocationStrategy = strategiesForListenerType.get(listenerMethod); in obtainStrategyFor()
/external/testng/src/main/java/org/testng/internal/
DInvoker.java547 …private void runInvokedMethodListeners(InvokedMethodListenerMethod listenerMethod, IInvokedMethod … in runInvokedMethodListeners() argument
554 …InvokedMethodListenerInvoker invoker = new InvokedMethodListenerInvoker(listenerMethod, testResult… in runInvokedMethodListeners()