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.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> 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
Constructor parameters in org.testng.internal with type arguments of type IInvokedMethodListenerModifierConstructorDescriptionInvoker
(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, DataProviderHolder holder) -
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
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)