public class ProgressLoggingTestListener extends Object implements org.testng.IInvokedMethodListener2
| Constructor and Description |
|---|
ProgressLoggingTestListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult) |
void |
afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult,
org.testng.ITestContext context) |
void |
beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult) |
void |
beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult,
org.testng.ITestContext context) |
public 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.IInvokedMethodListenerpublic void beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult,
org.testng.ITestContext context)
beforeInvocation in interface org.testng.IInvokedMethodListener2public void afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult,
org.testng.ITestContext context)
afterInvocation in interface org.testng.IInvokedMethodListener2Copyright © 2008-2013 Seam Framework. All Rights Reserved.