public class HoverflyExecutor extends java.lang.Object implements IHoverflyClassListener, IHoverflyMethodListener
| Constructor and Description |
|---|
HoverflyExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult) |
void |
beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonAfterClass, onBeforeClassafterInvocation, beforeInvocationpublic void beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult)
beforeInvocation in interface org.testng.IInvokedMethodListenerpublic void afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult)
afterInvocation in interface org.testng.IInvokedMethodListener