org.jboss.cdi.tck.impl.testng
Class ProgressLoggingTestListener
java.lang.Object
org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener
- All Implemented Interfaces:
- org.testng.IInvokedMethodListener, org.testng.IInvokedMethodListener2, org.testng.ITestNGListener
public class ProgressLoggingTestListener
- extends Object
- implements org.testng.IInvokedMethodListener2
Intended for debug purpose only.
- Author:
- Martin Kouba
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressLoggingTestListener
public ProgressLoggingTestListener()
beforeInvocation
public void beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult)
- Specified by:
beforeInvocation in interface org.testng.IInvokedMethodListener
afterInvocation
public void afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult)
- Specified by:
afterInvocation in interface org.testng.IInvokedMethodListener
beforeInvocation
public void beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult,
org.testng.ITestContext context)
- Specified by:
beforeInvocation in interface org.testng.IInvokedMethodListener2
afterInvocation
public void afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult,
org.testng.ITestContext context)
- Specified by:
afterInvocation in interface org.testng.IInvokedMethodListener2
Copyright © 2008-2013 Seam Framework. All Rights Reserved.