java.lang.Object
org.easymock.EasyMockListener
- All Implemented Interfaces:
org.testng.IInvokedMethodListener
,org.testng.ITestNGListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterInvocation
(org.testng.IInvokedMethod method, org.testng.ITestResult testResult) void
beforeInvocation
(org.testng.IInvokedMethod method, org.testng.ITestResult testResult) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.testng.IInvokedMethodListener
afterInvocation, beforeInvocation
-
Constructor Details
-
EasyMockListener
public EasyMockListener()
-
-
Method Details
-
beforeInvocation
public void beforeInvocation(org.testng.IInvokedMethod method, org.testng.ITestResult testResult) - Specified by:
beforeInvocation
in interfaceorg.testng.IInvokedMethodListener
-
afterInvocation
public void afterInvocation(org.testng.IInvokedMethod method, org.testng.ITestResult testResult) - Specified by:
afterInvocation
in interfaceorg.testng.IInvokedMethodListener
-