Uses of Interface
org.testng.IInvokedMethodListener
Packages that use IInvokedMethodListener
-
Uses of IInvokedMethodListener in org.testng
Classes in org.testng that implement IInvokedMethodListenerModifier and TypeClassDescriptionclass
SuiteRunner
is responsible for running all the tests included in one suite.Fields in org.testng with type parameters of type IInvokedMethodListenerModifier and TypeFieldDescriptionprivate Map<Class<? extends IInvokedMethodListener>,
IInvokedMethodListener> SuiteRunner.invokedMethodListeners
private Map<Class<? extends IInvokedMethodListener>,
IInvokedMethodListener> SuiteRunner.invokedMethodListeners
private final Map<Class<? extends IInvokedMethodListener>,
IInvokedMethodListener> TestNG.m_invokedMethodListeners
private final Map<Class<? extends IInvokedMethodListener>,
IInvokedMethodListener> TestNG.m_invokedMethodListeners
private Collection<IInvokedMethodListener>
TestRunner.m_invokedMethodListeners
Method parameters in org.testng with type arguments of type IInvokedMethodListenerModifier and TypeMethodDescriptionprivate void
SuiteRunner.init
(IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, List<IMethodInterceptor> methodInterceptors, Collection<IInvokedMethodListener> invokedMethodListener, Collection<ITestListener> testListeners, Collection<IClassListener> classListeners, DataProviderHolder attribs, Comparator<ITestNGMethod> comparator) private void
TestRunner.init
(IConfiguration configuration, ISuite suite, XmlTest test, String outputDirectory, IAnnotationFinder annotationFinder, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners) ITestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners) default TestRunner
ITestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, Map<Class<? extends IDataProviderListener>, IDataProviderListener> dataProviderListeners) Produces a newTestRunner
default TestRunner
ITestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, DataProviderHolder holder) Produces a newTestRunner
SuiteRunner.DefaultTestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners) SuiteRunner.DefaultTestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, Map<Class<? extends IDataProviderListener>, IDataProviderListener> dataProviderListeners) SuiteRunner.DefaultTestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, DataProviderHolder holder) SuiteRunner.ProxyTestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners) SuiteRunner.ProxyTestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, Map<Class<? extends IDataProviderListener>, IDataProviderListener> dataProviderListeners) SuiteRunner.ProxyTestRunnerFactory.newTestRunner
(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, DataProviderHolder holder) Constructor parameters in org.testng with type arguments of type IInvokedMethodListenerModifierConstructorDescriptionprotected
SuiteRunner
(IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, List<IMethodInterceptor> methodInterceptors, Collection<IInvokedMethodListener> invokedMethodListeners, Collection<ITestListener> testListeners, Collection<IClassListener> classListeners, DataProviderHolder holder, Comparator<ITestNGMethod> comparator) TestRunner
(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners) TestRunner
(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, Comparator<ITestNGMethod> comparator) protected
TestRunner
(IConfiguration configuration, ISuite suite, XmlTest test, String outputDirectory, IAnnotationFinder finder, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, Comparator<ITestNGMethod> comparator, DataProviderHolder otherHolder) -
Uses of IInvokedMethodListener in org.testng.internal
Fields in org.testng.internal with type parameters of type IInvokedMethodListenerModifier and TypeFieldDescriptionprivate final Collection<IInvokedMethodListener>
BaseInvoker.m_invokedMethodListeners
Constructor parameters in org.testng.internal with type arguments of type IInvokedMethodListenerModifierConstructorDescriptionBaseInvoker
(ITestResultNotifier notifier, Collection<IInvokedMethodListener> invokedMethodListeners, ITestContext testContext, SuiteRunState suiteState, IConfiguration configuration) ConfigInvoker
(ITestResultNotifier notifier, Collection<IInvokedMethodListener> invokedMethodListeners, ITestContext testContext, SuiteRunState suiteState, IConfiguration configuration) Invoker
(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, DataProviderHolder holder) TestInvoker
(ITestResultNotifier m_notifier, ITestContext m_testContext, SuiteRunState m_suiteState, IConfiguration m_configuration, Collection<IInvokedMethodListener> m_invokedMethodListeners, DataProviderHolder holder, List<IClassListener> m_classListeners, boolean m_skipFailedInvocationCounts, ConfigInvoker invoker) -
Uses of IInvokedMethodListener in org.testng.internal.invokers
Methods in org.testng.internal.invokers with parameters of type IInvokedMethodListenerModifier and TypeMethodDescriptionvoid
InvokedMethodListenerInvoker.invokeListener
(IInvokedMethodListener listenerInstance, IInvokedMethod invokedMethod) Invokes the givenlistenerInstance
, calling the method specified in the constructor of thisInvokedMethodListenerInvoker
. -
Uses of IInvokedMethodListener in org.testng.junit
Fields in org.testng.junit with type parameters of type IInvokedMethodListenerModifier and TypeFieldDescriptionprivate Collection<IInvokedMethodListener>
JUnitTestRunner.m_invokedMethodListeners
private Collection<IInvokedMethodListener>
JUnit4TestRunner.m_invokeListeners
Method parameters in org.testng.junit with type arguments of type IInvokedMethodListenerModifier and TypeMethodDescriptionvoid
IJUnitTestRunner.setInvokedMethodListeners
(Collection<IInvokedMethodListener> listener) void
JUnit4TestRunner.setInvokedMethodListeners
(Collection<IInvokedMethodListener> listeners) void
JUnitTestRunner.setInvokedMethodListeners
(Collection<IInvokedMethodListener> listeners)