Uses of Interface
org.testng.IInvokedMethodListener
-
Packages that use IInvokedMethodListener Package Description org.testng org.testng.internal.invokers -
-
Uses of IInvokedMethodListener in org.testng
Method parameters in org.testng with type arguments of type IInvokedMethodListener Modifier and Type Method Description TestRunner
ITestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners)
default TestRunner
ITestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners, java.util.Map<java.lang.Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)
Produces a newTestRunner
default TestRunner
ITestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners, DataProviderHolder holder)
Produces a newTestRunner
Constructor parameters in org.testng with type arguments of type IInvokedMethodListener Constructor Description SuiteRunner(IConfiguration configuration, XmlSuite suite, java.lang.String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, java.util.List<IMethodInterceptor> methodInterceptors, java.util.Collection<IInvokedMethodListener> invokedMethodListener, org.testng.SuiteRunner.TestListenersContainer container, java.util.Collection<IClassListener> classListeners, DataProviderHolder holder, java.util.Comparator<ITestNGMethod> comparator)
TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, java.util.Comparator<ITestNGMethod> comparator, ISuiteRunnerListener suiteRunner)
TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, ISuiteRunnerListener suiteRunner)
TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, java.lang.String outputDirectory, IAnnotationFinder finder, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, java.util.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 IInvokedMethodListener Modifier and Type Method Description void
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 IInvokedMethodListener Constructor Description Invoker(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, DataProviderHolder holder, IConfigurationListener internalConfigurationListener, ISuiteRunnerListener suiteRunner)
-