org.testng.IInvokedMethodListener
, org.testng.ITestNGListener
public class EasyMockListener extends Object implements org.testng.IInvokedMethodListener
Constructor | Description |
---|---|
EasyMockListener() |
Modifier and Type | Method | Description |
---|---|---|
void |
afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult) |
|
void |
beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult) |
public void beforeInvocation(org.testng.IInvokedMethod method, org.testng.ITestResult testResult)
beforeInvocation
in interface org.testng.IInvokedMethodListener
public void afterInvocation(org.testng.IInvokedMethod method, org.testng.ITestResult testResult)
afterInvocation
in interface org.testng.IInvokedMethodListener
Copyright © 2001–2018 EasyMock contributors. All rights reserved.