org.testng.reporters
Class ExitCodeListener

java.lang.Object
  extended by org.testng.TestNG.ExitCodeListener
      extended by org.testng.reporters.ExitCodeListener
All Implemented Interfaces:
org.testng.internal.IConfigurationListener, org.testng.internal.IResultListener, ITestListener, ITestNGListener

public class ExitCodeListener
extends TestNG.ExitCodeListener

A very simple ITestListener used by the TestNG runner to find out the exit code.

Author:
Alexandru Popescu

Field Summary
 
Fields inherited from class org.testng.TestNG.ExitCodeListener
m_mainRunner
 
Constructor Summary
ExitCodeListener()
           
ExitCodeListener(TestNG runner)
           
 
Method Summary
 
Methods inherited from class org.testng.TestNG.ExitCodeListener
onConfigurationFailure, onConfigurationSkip, onConfigurationSuccess, onFinish, onStart, onTestFailedButWithinSuccessPercentage, onTestFailure, onTestSkipped, onTestStart, onTestSuccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExitCodeListener

public ExitCodeListener()

ExitCodeListener

public ExitCodeListener(TestNG runner)


Copyright © 2010. All Rights Reserved.