org.testng
Class TestNG.ExitCodeListener

java.lang.Object
  extended by org.testng.TestNG.ExitCodeListener
Enclosing class:
TestNG

public static class TestNG.ExitCodeListener
extends java.lang.Object


Field Summary
protected  TestNG m_mainRunner
           
 
Constructor Summary
TestNG.ExitCodeListener()
           
TestNG.ExitCodeListener(TestNG runner)
           
 
Method Summary
 void onConfigurationFailure(ITestResult itr)
           
 void onConfigurationSkip(ITestResult itr)
           
 void onConfigurationSuccess(ITestResult itr)
           
 void onFinish(ITestContext context)
           
 void onStart(ITestContext context)
           
 void onTestFailedButWithinSuccessPercentage(ITestResult result)
           
 void onTestFailure(ITestResult result)
           
 void onTestSkipped(ITestResult result)
           
 void onTestStart(ITestResult result)
           
 void onTestSuccess(ITestResult result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_mainRunner

protected TestNG m_mainRunner
Constructor Detail

TestNG.ExitCodeListener

public TestNG.ExitCodeListener()

TestNG.ExitCodeListener

public TestNG.ExitCodeListener(TestNG runner)
Method Detail

onTestFailure

public void onTestFailure(ITestResult result)

onTestSkipped

public void onTestSkipped(ITestResult result)

onTestFailedButWithinSuccessPercentage

public void onTestFailedButWithinSuccessPercentage(ITestResult result)

onTestSuccess

public void onTestSuccess(ITestResult result)

onStart

public void onStart(ITestContext context)

onFinish

public void onFinish(ITestContext context)

onTestStart

public void onTestStart(ITestResult result)

onConfigurationFailure

public void onConfigurationFailure(ITestResult itr)
See Also:
org.testng.internal.IConfigurationListener#onConfigurationFailure(org.testng.ITestResult)

onConfigurationSkip

public void onConfigurationSkip(ITestResult itr)
See Also:
org.testng.internal.IConfigurationListener#onConfigurationSkip(org.testng.ITestResult)

onConfigurationSuccess

public void onConfigurationSuccess(ITestResult itr)
See Also:
org.testng.internal.IConfigurationListener#onConfigurationSuccess(org.testng.ITestResult)