Uses of Interface
org.testng.IInvokedMethodListener
Packages that use IInvokedMethodListener
-
Uses of IInvokedMethodListener in org.testng
Method parameters in org.testng with type arguments of type IInvokedMethodListenerModifier and TypeMethodDescriptionITestRunnerFactory.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
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> invokedMethodListener, org.testng.SuiteRunner.TestListenersContainer container, Collection<IClassListener> classListeners, DataProviderHolder holder, Comparator<ITestNGMethod> comparator) TestRunner
(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, Comparator<ITestNGMethod> comparator, ISuiteRunnerListener suiteRunner) TestRunner
(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, ISuiteRunnerListener suiteRunner) 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, ISuiteRunnerListener suiteRunner) -
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
.Constructor parameters in org.testng.internal.invokers with type arguments of type IInvokedMethodListenerModifierConstructorDescriptionInvoker
(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, DataProviderHolder holder, IConfigurationListener internalConfigurationListener, ISuiteRunnerListener suiteRunner)