Uses of Interface
org.testng.IInvokedMethodListener
-
Packages that use IInvokedMethodListener Package Description org.testng org.testng.internal.invokers org.testng.junit -
-
Uses of IInvokedMethodListener in org.testng
Classes in org.testng that implement IInvokedMethodListener Modifier and Type Class Description class
SuiteRunner
SuiteRunner
is responsible for running all the tests included in one suite.Fields in org.testng with type parameters of type IInvokedMethodListener Modifier and Type Field Description private java.util.Map<java.lang.Class<? extends IInvokedMethodListener>,IInvokedMethodListener>
SuiteRunner. invokedMethodListeners
private java.util.Map<java.lang.Class<? extends IInvokedMethodListener>,IInvokedMethodListener>
SuiteRunner. invokedMethodListeners
private java.util.Map<java.lang.Class<? extends IInvokedMethodListener>,IInvokedMethodListener>
TestNG. m_invokedMethodListeners
private java.util.Map<java.lang.Class<? extends IInvokedMethodListener>,IInvokedMethodListener>
TestNG. m_invokedMethodListeners
private java.util.Collection<IInvokedMethodListener>
TestRunner. m_invokedMethodListeners
Method parameters in org.testng with type arguments of type IInvokedMethodListener Modifier and Type Method Description private void
SuiteRunner. init(IConfiguration configuration, XmlSuite suite, java.lang.String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, java.util.List<IMethodInterceptor> methodInterceptors, java.util.Collection<IInvokedMethodListener> invokedMethodListener, java.util.Collection<ITestListener> testListeners, java.util.Collection<IClassListener> classListeners, DataProviderHolder attribs, java.util.Comparator<ITestNGMethod> comparator)
private void
TestRunner. init(IConfiguration configuration, ISuite suite, XmlTest test, java.lang.String outputDirectory, IAnnotationFinder annotationFinder, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners)
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
TestRunner
SuiteRunner.DefaultTestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners)
TestRunner
SuiteRunner.DefaultTestRunnerFactory. 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)
TestRunner
SuiteRunner.DefaultTestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners, DataProviderHolder holder)
TestRunner
SuiteRunner.ProxyTestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners)
TestRunner
SuiteRunner.ProxyTestRunnerFactory. 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)
TestRunner
SuiteRunner.ProxyTestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, java.util.Collection<IInvokedMethodListener> listeners, java.util.List<IClassListener> classListeners, DataProviderHolder holder)
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> invokedMethodListeners, java.util.Collection<ITestListener> testListeners, 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)
TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, java.util.Comparator<ITestNGMethod> comparator)
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)
-
Uses of IInvokedMethodListener in org.testng.internal.invokers
Fields in org.testng.internal.invokers with type parameters of type IInvokedMethodListener Modifier and Type Field Description private java.util.Collection<IInvokedMethodListener>
BaseInvoker. m_invokedMethodListeners
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 BaseInvoker(ITestResultNotifier notifier, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, ITestContext testContext, SuiteRunState suiteState, IConfiguration configuration)
ConfigInvoker(ITestResultNotifier notifier, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, ITestContext testContext, SuiteRunState suiteState, IConfiguration configuration)
Invoker(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.List<IClassListener> classListeners, DataProviderHolder holder)
TestInvoker(ITestResultNotifier m_notifier, ITestContext m_testContext, SuiteRunState m_suiteState, IConfiguration m_configuration, java.util.Collection<IInvokedMethodListener> m_invokedMethodListeners, DataProviderHolder holder, java.util.List<IClassListener> m_classListeners, boolean m_skipFailedInvocationCounts, ConfigInvoker invoker)
-
Uses of IInvokedMethodListener in org.testng.junit
Fields in org.testng.junit with type parameters of type IInvokedMethodListener Modifier and Type Field Description private java.util.Collection<IInvokedMethodListener>
JUnitTestRunner. m_invokedMethodListeners
private java.util.Collection<IInvokedMethodListener>
JUnit4TestRunner. m_invokeListeners
Method parameters in org.testng.junit with type arguments of type IInvokedMethodListener Modifier and Type Method Description void
IJUnitTestRunner. setInvokedMethodListeners(java.util.Collection<IInvokedMethodListener> listener)
void
JUnit4TestRunner. setInvokedMethodListeners(java.util.Collection<IInvokedMethodListener> listeners)
void
JUnitTestRunner. setInvokedMethodListeners(java.util.Collection<IInvokedMethodListener> listeners)
-