Uses of Interface
org.testng.IInvokedMethod
Packages that use IInvokedMethod
-
Uses of IInvokedMethod in org.testng
Methods in org.testng that return types with arguments of type IInvokedMethodModifier and TypeMethodDescriptionISuite.getAllInvokedMethods()SuiteRunner.getAllInvokedMethods()Methods in org.testng with parameters of type IInvokedMethodModifier and TypeMethodDescriptiondefault voidIInvokedMethodListener.afterInvocation(IInvokedMethod method, ITestResult testResult) default voidIInvokedMethodListener.afterInvocation(IInvokedMethod method, ITestResult testResult, ITestContext context) To be implemented if the method needs a handle to contextual information.voidSuiteRunner.afterInvocation(IInvokedMethod method, ITestResult testResult) default voidIInvokedMethodListener.beforeInvocation(IInvokedMethod method, ITestResult testResult) default voidIInvokedMethodListener.beforeInvocation(IInvokedMethod method, ITestResult testResult, ITestContext context) To be implemented if the method needs a handle to contextual information.voidSuiteRunner.beforeInvocation(IInvokedMethod method, ITestResult testResult) -
Uses of IInvokedMethod in org.testng.internal.invokers
Classes in org.testng.internal.invokers that implement IInvokedMethodMethods in org.testng.internal.invokers with parameters of type IInvokedMethodModifier and TypeMethodDescriptionvoidInvokedMethodListenerInvoker.invokeListener(IInvokedMethodListener listenerInstance, IInvokedMethod invokedMethod) Invokes the givenlistenerInstance, calling the method specified in the constructor of thisInvokedMethodListenerInvoker.voidITestInvoker.invokeListenersForSkippedTestResult(ITestResult r, IInvokedMethod invokedMethod) voidTestInvoker.invokeListenersForSkippedTestResult(ITestResult r, IInvokedMethod invokedMethod) protected voidBaseInvoker.runInvokedMethodListeners(InvokedMethodListenerMethod listenerMethod, IInvokedMethod invokedMethod, ITestResult testResult) -
Uses of IInvokedMethod in org.testng.reporters
Methods in org.testng.reporters with parameters of type IInvokedMethodModifier and TypeMethodDescriptionintEmailableReporter.TestSorter.compare(IInvokedMethod o1, IInvokedMethod o2) Arranges methods by classname and method name