org.apache.openejb.tck.cdi.tomee.embedded
Class EmbeddedTestListener
java.lang.Object
org.apache.openejb.tck.cdi.tomee.embedded.EmbeddedTestListener
- All Implemented Interfaces:
- org.testng.ITestListener, org.testng.ITestNGListener
public class EmbeddedTestListener
- extends Object
- implements org.testng.ITestListener
- Version:
- $Rev$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmbeddedTestListener
public EmbeddedTestListener()
onTestStart
public void onTestStart(org.testng.ITestResult result)
- Specified by:
onTestStart in interface org.testng.ITestListener
onTestSuccess
public void onTestSuccess(org.testng.ITestResult result)
- Specified by:
onTestSuccess in interface org.testng.ITestListener
onTestFailure
public void onTestFailure(org.testng.ITestResult result)
- Specified by:
onTestFailure in interface org.testng.ITestListener
onTestSkipped
public void onTestSkipped(org.testng.ITestResult result)
- Specified by:
onTestSkipped in interface org.testng.ITestListener
onTestFailedButWithinSuccessPercentage
public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result)
- Specified by:
onTestFailedButWithinSuccessPercentage in interface org.testng.ITestListener
onStart
public void onStart(org.testng.ITestContext context)
- Specified by:
onStart in interface org.testng.ITestListener
onFinish
public void onFinish(org.testng.ITestContext context)
- Specified by:
onFinish in interface org.testng.ITestListener
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.