Package org.testng.reporters
Class ExitCodeListener
- java.lang.Object
-
- org.testng.TestNG.ExitCodeListener
-
- org.testng.reporters.ExitCodeListener
-
- All Implemented Interfaces:
IConfigurationListener,IConfigurationListener2,IResultListener,IResultListener2,ITestListener,ITestNGListener
public class ExitCodeListener extends TestNG.ExitCodeListener
A very simpleITestListenerused by the TestNG runner to find out the exit code.
-
-
Constructor Summary
Constructors Constructor Description ExitCodeListener()ExitCodeListener(TestNG runner)
-
Method Summary
-
Methods inherited from class org.testng.TestNG.ExitCodeListener
beforeConfiguration, onConfigurationFailure, onConfigurationSkip, onConfigurationSuccess, onFinish, onStart, onTestFailedButWithinSuccessPercentage, onTestFailure, onTestSkipped, onTestStart, onTestSuccess
-
-
-
-
Constructor Detail
-
ExitCodeListener
public ExitCodeListener()
-
ExitCodeListener
public ExitCodeListener(TestNG runner)
-
-