Uses of Interface
org.testng.IInvokedMethod
-
Packages that use IInvokedMethod Package Description org.testng org.testng.internal.invokers org.testng.reporters -
-
Uses of IInvokedMethod in org.testng
Methods in org.testng that return types with arguments of type IInvokedMethod Modifier and Type Method Description java.util.List<IInvokedMethod>
ISuite. getAllInvokedMethods()
java.util.List<IInvokedMethod>
SuiteRunner. getAllInvokedMethods()
Methods in org.testng with parameters of type IInvokedMethod Modifier and Type Method Description default void
IInvokedMethodListener. afterInvocation(IInvokedMethod method, ITestResult testResult)
default void
IInvokedMethodListener. afterInvocation(IInvokedMethod method, ITestResult testResult, ITestContext context)
To be implemented if the method needs a handle to contextual information.void
SuiteRunner. afterInvocation(IInvokedMethod method, ITestResult testResult)
default void
IInvokedMethodListener. beforeInvocation(IInvokedMethod method, ITestResult testResult)
default void
IInvokedMethodListener. beforeInvocation(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)
-
Uses of IInvokedMethod in org.testng.internal.invokers
Classes in org.testng.internal.invokers that implement IInvokedMethod Modifier and Type Class Description class
InvokedMethod
Methods in org.testng.internal.invokers with parameters of type IInvokedMethod Modifier and Type Method Description void
InvokedMethodListenerInvoker. invokeListener(IInvokedMethodListener listenerInstance, IInvokedMethod invokedMethod)
Invokes the givenlistenerInstance
, calling the method specified in the constructor of thisInvokedMethodListenerInvoker
.void
ITestInvoker. invokeListenersForSkippedTestResult(ITestResult r, IInvokedMethod invokedMethod)
void
TestInvoker. invokeListenersForSkippedTestResult(ITestResult r, IInvokedMethod invokedMethod)
protected void
BaseInvoker. runInvokedMethodListeners(InvokedMethodListenerMethod listenerMethod, IInvokedMethod invokedMethod, ITestResult testResult)
-
Uses of IInvokedMethod in org.testng.reporters
Methods in org.testng.reporters with parameters of type IInvokedMethod Modifier and Type Method Description int
EmailableReporter.TestSorter. compare(IInvokedMethod o1, IInvokedMethod o2)
Arranges methods by classname and method name
-