public interface IHoverflyMethodListener
extends org.testng.IInvokedMethodListener2
| Modifier and Type | Method and Description |
|---|---|
default void |
afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult,
org.testng.ITestContext context) |
default void |
beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult,
org.testng.ITestContext context) |
default void beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult,
org.testng.ITestContext context)
beforeInvocation in interface org.testng.IInvokedMethodListener2default void afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult,
org.testng.ITestContext context)
afterInvocation in interface org.testng.IInvokedMethodListener2