Uses of Interface
org.testng.IInvokedMethodListener

Packages that use IInvokedMethodListener
org.testng   
 

Uses of IInvokedMethodListener in org.testng
 

Subinterfaces of IInvokedMethodListener in org.testng
 interface IInvokedMethodListener2
          Implement this interface if you need a handle to ITestContext.
 

Classes in org.testng that implement IInvokedMethodListener
 class SuiteRunner
          SuiteRunner is responsible for running all the tests included in one suite.
 

Methods in org.testng with parameters of type IInvokedMethodListener
 void TestNG.addInvokedMethodListener(IInvokedMethodListener listener)
           
 void TestNG.addListener(IInvokedMethodListener listener)
           
 

Method parameters in org.testng with type arguments of type IInvokedMethodListener
 TestRunner ITestRunnerFactory.newTestRunner(ISuite suite, XmlTest test, List<IInvokedMethodListener> listeners)
           
 

Constructor parameters in org.testng with type arguments of type IInvokedMethodListener
SuiteRunner(org.testng.internal.IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, IMethodInterceptor methodInterceptor, List<IInvokedMethodListener> invokedMethodListeners, List<ITestListener> testListeners)
           
TestRunner(org.testng.internal.IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, List<IInvokedMethodListener> listeners)
           
TestRunner(org.testng.internal.IConfiguration configuration, ISuite suite, XmlTest test, String outputDirectory, org.testng.internal.annotations.IAnnotationFinder finder, boolean skipFailedInvocationCounts, List<IInvokedMethodListener> invokedMethodListeners)
           
 



Copyright © 2011. All Rights Reserved.