org.jboss.arquillian.testng.container
Class TestListener
java.lang.Object
org.jboss.arquillian.testng.container.TestListener
- All Implemented Interfaces:
- org.testng.ITestListener, org.testng.ITestNGListener
public class TestListener
- extends Object
- implements org.testng.ITestListener
TestListener
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestListener
public TestListener()
onFinish
public void onFinish(org.testng.ITestContext paramITestContext)
- Specified by:
onFinish
in interface org.testng.ITestListener
onStart
public void onStart(org.testng.ITestContext paramITestContext)
- Specified by:
onStart
in interface org.testng.ITestListener
onTestFailedButWithinSuccessPercentage
public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult paramITestResult)
- Specified by:
onTestFailedButWithinSuccessPercentage
in interface org.testng.ITestListener
onTestFailure
public void onTestFailure(org.testng.ITestResult paramITestResult)
- Specified by:
onTestFailure
in interface org.testng.ITestListener
onTestSkipped
public void onTestSkipped(org.testng.ITestResult paramITestResult)
- Specified by:
onTestSkipped
in interface org.testng.ITestListener
onTestStart
public void onTestStart(org.testng.ITestResult paramITestResult)
- Specified by:
onTestStart
in interface org.testng.ITestListener
onTestSuccess
public void onTestSuccess(org.testng.ITestResult paramITestResult)
- Specified by:
onTestSuccess
in interface org.testng.ITestListener
getTestResult
public TestResult getTestResult()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.