org.testng
Class TestNG.ExitCodeListener
java.lang.Object
org.testng.TestNG.ExitCodeListener
- Enclosing class:
- TestNG
public static class TestNG.ExitCodeListener
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_mainRunner
protected TestNG m_mainRunner
TestNG.ExitCodeListener
public TestNG.ExitCodeListener()
TestNG.ExitCodeListener
public TestNG.ExitCodeListener(TestNG runner)
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)