Uses of Interface
org.testng.IInvokedMethod

Packages that use IInvokedMethod
org.testng   
 

Uses of IInvokedMethod in org.testng
 

Methods in org.testng that return types with arguments of type IInvokedMethod
 List<IInvokedMethod> SuiteRunner.getAllInvokedMethods()
           
 List<IInvokedMethod> ISuite.getAllInvokedMethods()
           
 

Methods in org.testng with parameters of type IInvokedMethod
 void SuiteRunner.afterInvocation(IInvokedMethod method, ITestResult testResult)
           
 void IInvokedMethodListener.afterInvocation(IInvokedMethod method, ITestResult testResult)
           
 void IInvokedMethodListener2.afterInvocation(IInvokedMethod method, ITestResult testResult, ITestContext context)
          To be implemented if the method needs a handle to contextual information.
 void SuiteRunner.beforeInvocation(IInvokedMethod method, ITestResult testResult)
           
 void IInvokedMethodListener.beforeInvocation(IInvokedMethod method, ITestResult testResult)
           
 void IInvokedMethodListener2.beforeInvocation(IInvokedMethod method, ITestResult testResult, ITestContext context)
          To be implemented if the method needs a handle to contextual information.
 



Copyright © 2015. All Rights Reserved.